Method: Configurable::ConfigTypes::ObjectType.uncast

Defined in:
lib/configurable/config_types/object_type.rb

.uncast(&block) ⇒ Object



25
26
27
28
# File 'lib/configurable/config_types/object_type.rb', line 25

def uncast(&block)
  define_method(:uncast, &block) if block
  self
end