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

#[], #ancestors, #attach, #detach, #dot, #initialize, #key?, #parents, #root

Constructor Details

This class inherits a constructor from HashTree::Node

Instance Method Details

#to_sObject

A map node is rendered as its object_id



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

def to_s() object_id.to_s end