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, line 37 def call(values) o = super o.send(:force_hash_encoding, o.values) o end