class Configurator::Cast::String
Public Instance Methods
_cast(value)
click to toggle source
# File lib/configurator/cast.rb, line 106 def _cast(value) value.to_s; end
# File lib/configurator/cast.rb, line 106 def _cast(value) value.to_s; end