Method: Puppet::Pops::Types::TypeCalculator#infer_Version

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

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



685
686
687
# File 'lib/puppet/pops/types/type_calculator.rb', line 685

def infer_Version(o)
  PSemVerType::DEFAULT
end