Module: Treetop_Configgy::IncludeFile1

Defined in:
lib/treetop/configgy.rb

Instance Method Summary collapse

Instance Method Details

#apply(config_map, parser) ⇒ Object



1559
1560
1561
# File 'lib/treetop/configgy.rb', line 1559

def apply(config_map, parser)
  parser.load_file(string.to_value, config_map)
end