Method: NicInfo::DataTree#initialize
- Defined in:
- lib/nicinfo/data_tree.rb
#initialize ⇒ DataTree
Returns a new instance of DataTree.
61 62 63 |
# File 'lib/nicinfo/data_tree.rb', line 61 def initialize @roots = [] end |
Returns a new instance of DataTree.
61 62 63 |
# File 'lib/nicinfo/data_tree.rb', line 61 def initialize @roots = [] end |