Class
TreeNode
In:
cewl.rb
Parent:
Object
A node for a tree
Methods
new
to_s
to_url_hash
Attributes
depth
[R]
key
[R]
value
[R]
visited
[RW]
Public Class methods
new
(key, value, depth)
Public Instance methods
to_s
()
to_url_hash
()
[Validate]