Method: Puppet::Pops::Types::TypeCalculator#infer_Sensitive

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

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



626
627
628
# File 'lib/puppet/pops/types/type_calculator.rb', line 626

def infer_Sensitive(o)
  PSensitiveType.new(infer(o.unwrap))
end