Class: Puppet::Util::Package::Version::Range::Simple Private
- Defined in:
- lib/puppet/util/package/version/range/simple.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
-
#initialize(version) ⇒ Simple
constructor
private
A new instance of Simple.
Constructor Details
#initialize(version) ⇒ Simple
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.
Returns a new instance of Simple.
7 8 9 |
# File 'lib/puppet/util/package/version/range/simple.rb', line 7 def initialize(version) @version = version end |