Method: Puppet::Pops::Types::TypeCalculator#infer_URI

Defined in:
lib/puppet/pops/types/type_calculator.rb

#infer_URI(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.



651
652
653
# File 'lib/puppet/pops/types/type_calculator.rb', line 651

def infer_URI(o)
  PURIType.new(o)
end