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