Method: Sequel::Plugins::ForceEncoding::ClassMethods#call

Defined in:
lib/sequel/plugins/force_encoding.rb

#call(values) ⇒ Object


38
39
40
41
42
# File 'lib/sequel/plugins/force_encoding.rb', line 38

def call(values)
  o = super
  o.send(:force_hash_encoding, o.values)
  o
end