module YARP
def self.lex_file(filepath)
def self.lex_file(filepath) LibRubyParser::YPString.with(filepath) do |string| lex(string.read, filepath) end end
def self.lex_file(filepath) LibRubyParser::YPString.with(filepath) do |string| lex(string.read, filepath) end end