Class: RspecTree::Tree
- Inherits:
-
Object
- Object
- RspecTree::Tree
- Defined in:
- lib/rspec_tree/tree.rb
Instance Method Summary collapse
-
#initialize(root, type) ⇒ Tree
constructor
A new instance of Tree.
- #print ⇒ Object
Constructor Details
Instance Method Details
#print ⇒ Object
10 11 12 |
# File 'lib/rspec_tree/tree.rb', line 10 def print print_root_description(@root, 0) end |