Method: Puppet::Pops::Types::TypeCalculator#infer_VersionRange
- Defined in:
- lib/puppet/pops/types/type_calculator.rb
#infer_VersionRange(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.
690 691 692 |
# File 'lib/puppet/pops/types/type_calculator.rb', line 690 def infer_VersionRange(o) PSemVerRangeType::DEFAULT end |