Class: HashTree::Map

Inherits:
Node
  • Object
show all
Defined in:
lib/hash_tree.rb

Instance Attribute Summary

Attributes inherited from Node

#children, #parent

Instance Method Summary collapse

Methods inherited from Node

#[], #aggregate, #ancestors, #attach, #detach, #dot, #dot?, #each, #initialize, #key?, #keys, #parents, #postorder, #preorder, #root, #traverse, #values

Constructor Details

This class inherits a constructor from HashTree::Node

Instance Method Details

#to_sObject

A map node is rendered as its object_id



233
# File 'lib/hash_tree.rb', line 233

def to_s() object_id.to_s end