12 13 14 15 16
# File 'lib/cos/tree.rb', line 12 def initialize(options = {}) super(options) @tree_str = '' @depth = depth || MAX_DEPTH end