Module: EasyType::Types::Float::ClassMethods
- Defined in:
- lib/easy_type/types.rb
Instance Method Summary collapse
Instance Method Details
#coerce(value) ⇒ Object
37 38 39 |
# File 'lib/easy_type/types.rb', line 37 def coerce(value) Puppet::Pops::Utils.to_n(value) end |