Method: Configurable::ConfigTypes::ObjectType#uncast

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

#uncast(value) ⇒ Object



53
54
55
# File 'lib/configurable/config_types/object_type.rb', line 53

def uncast(value)
  value
end