Class: HashTree::Map
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
-
#to_s ⇒ Object
A map node is rendered as its object_id.
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_s ⇒ Object
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 |