Method: TreeLab::Node#inspect

Defined in:
lib/treelab.rb

#inspectObject

return a string representation of the node



228
229
230
# File 'lib/treelab.rb', line 228

def inspect
    return to_s
end