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