class Treetop::Compiler::GrammarCompiler

def ruby_source(source_path)

compile a treetop file into ruby
def ruby_source(source_path)
  ruby_source_from_string(File.read(source_path))
end