Method: Puppet::Pops::Types::TypeCalculator#infer_set_Version
- Defined in:
- lib/puppet/pops/types/type_calculator.rb
#infer_set_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.
740 741 742 |
# File 'lib/puppet/pops/types/type_calculator.rb', line 740 def infer_set_Version(o) PSemVerType.new([SemanticPuppet::VersionRange.new(o, o)]) end |