Method: Configurable::ConfigTypes::StringType#uncast

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

#uncast(value) ⇒ Object



10
11
12
# File 'lib/configurable/config_types/string_type.rb', line 10

def uncast(value)
  value.to_s
end