Method: Puppet::Pops::Types::TypeCalculator#infer_FalseClass
- Defined in:
- lib/puppet/pops/types/type_calculator.rb
#infer_FalseClass(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.
646 647 648 |
# File 'lib/puppet/pops/types/type_calculator.rb', line 646 def infer_FalseClass(o) PBooleanType::FALSE end |