Method: COS::Tree#initialize

Defined in:
lib/cos/tree.rb

#initialize(options = {}) ⇒ Tree



12
13
14
15
16
# File 'lib/cos/tree.rb', line 12

def initialize(options = {})
  super(options)
  @tree_str = ''
  @depth    = depth || MAX_DEPTH
end