Class: Configurable::ConfigTypes::FloatType
- Inherits:
-
ObjectType
- Object
- ObjectType
- Configurable::ConfigTypes::FloatType
- Defined in:
- lib/configurable/config_types/float_type.rb
Instance Method Summary collapse
Methods inherited from ObjectType
cast, errors, inherited, #initialize, matches, matches?, subclass, uncast, #uncast
Constructor Details
This class inherits a constructor from Configurable::ConfigTypes::ObjectType
Instance Method Details
#cast(input) ⇒ Object
6 7 8 |
# File 'lib/configurable/config_types/float_type.rb', line 6 def cast(input) Float(input) end |