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