Method: Puppet::Graph::RbTreeMap#to_hash
- Defined in:
- lib/puppet/graph/rb_tree_map.rb
#to_hash ⇒ Object
194 195 196 |
# File 'lib/puppet/graph/rb_tree_map.rb', line 194 def to_hash @root ? @root.to_hash : {} end |
194 195 196 |
# File 'lib/puppet/graph/rb_tree_map.rb', line 194 def to_hash @root ? @root.to_hash : {} end |