Method: Puppet::Graph::Prioritizer#initialize
- Defined in:
- lib/puppet/graph/prioritizer.rb
#initialize ⇒ Prioritizer
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 Prioritizer.
8 9 10 |
# File 'lib/puppet/graph/prioritizer.rb', line 8 def initialize @priority = {} end |