Method: Attributor::Type::ClassMethods#dump
- Defined in:
- lib/attributor/type.rb
#dump(value, **_opts) ⇒ Object
Generic encoding of the attribute
92 93 94 |
# File 'lib/attributor/type.rb', line 92 def dump(value, **_opts) value end |