Module: Treetop_Configgy::Root1

Defined in:
lib/treetop/configgy.rb

Instance Method Summary collapse

Instance Method Details

#apply(config_map, parser) ⇒ Object



19
20
21
# File 'lib/treetop/configgy.rb', line 19

def apply(config_map, parser)
  d.elements.each { |node| node.apply(config_map, parser) }
end