Libraries
»
ndc_tree
(0.1.1)
»
Index (N)
»
NdcTree
Module: NdcTree
Extended by:
NdcTree
Included in:
NdcTree
Defined in:
lib/ndc_tree.rb
Defined Under Namespace
Classes:
Node
Constant Summary
collapse
VERSION =
"
0.1.0
"
Instance Method Summary
collapse
#
<<
(ndcs) ⇒ Object
Instance Method Details
#
<<
(ndcs) ⇒
Object
13 14 15
# File 'lib/ndc_tree.rb', line 13
def
<<
(
ndcs
)
Node
.
new
<<
ndcs
end