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