Class: Specdown::Tree

Inherits:
Object
  • Object
show all
Defined in:
lib/specdown/tree.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeTree

Returns a new instance of Tree.



5
6
# File 'lib/specdown/tree.rb', line 5

def initialize
end

Instance Attribute Details

#rootObject

Returns the value of attribute root.



3
4
5
# File 'lib/specdown/tree.rb', line 3

def root
  @root
end