Method: Puppet::Pops::Types::TypeCalculator#infer_String
- Defined in:
- lib/puppet/pops/types/type_calculator.rb
#infer_String(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.
563 564 565 |
# File 'lib/puppet/pops/types/type_calculator.rb', line 563 def infer_String(o) PStringType.new(o) end |