Method: Puppet::Module.parse_range
- Defined in:
- lib/puppet/module.rb
.parse_range(range) ⇒ 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.
61 62 63 |
# File 'lib/puppet/module.rb', line 61 def self.parse_range(range) SemanticPuppet::VersionRange.parse(range) end |