Method: Lhj::Tree::Node#to_s

Defined in:
lib/lhj/tree/node.rb

#to_sObject

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.



66
67
68
# File 'lib/lhj/tree/node.rb', line 66

def to_s
  @name
end