Attributes
forced_encoding | [RW] |
The string encoding to force on a column string values |
Public Instance methods
call(values)
[show source]
# File lib/sequel/plugins/force_encoding.rb 38 def call(values) 39 o = super 40 o.send(:force_hash_encoding, o.values) 41 o 42 end