module YARP
def self.lex_file(filepath)
def self.lex_file(filepath) LibRubyParser.with_string(filepath) { |string| lex(string.read, filepath) } end
def self.lex_file(filepath) LibRubyParser.with_string(filepath) { |string| lex(string.read, filepath) } end