Method: Configurable::ConfigTypes::ObjectType.cast
- Defined in:
- lib/configurable/config_types/object_type.rb
.cast(&block) ⇒ Object
20 21 22 23 |
# File 'lib/configurable/config_types/object_type.rb', line 20 def cast(&block) define_method(:cast, &block) if block self end |