Method: Puppet::Pops::Types::TypeCalculator#infer_Module
- Defined in:
- lib/puppet/pops/types/type_calculator.rb
#infer_Module(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.
The type of all modules is PTypeType
509 510 511 |
# File 'lib/puppet/pops/types/type_calculator.rb', line 509 def infer_Module(o) PTypeType.new(PRuntimeType.new(:ruby, o.name)) end |