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