Method: Puppet::Graph::Key#down

Defined in:
lib/puppet/graph/key.rb

#downObject

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.



21
22
23
# File 'lib/puppet/graph/key.rb', line 21

def down
  Puppet::Graph::Key.new(@value + [0])
end