Method: Puppet::Pops::Types::TypeCalculator#infer_Timespan
- Defined in:
- lib/puppet/pops/types/type_calculator.rb
#infer_Timespan(o) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
631 632 633 |
# File 'lib/puppet/pops/types/type_calculator.rb', line 631 def infer_Timespan(o) PTimespanType.new(o, o) end |