# File lib/treetop/compiler/grammar_compiler.rb, line 11 def ruby_source(source_path) ruby_source_from_string(File.read(source_path)) end