class Prism::Translation::RubyParser
def parse_file(filepath)
Parse the given file and translate it into the seattlerb/ruby_parser
def parse_file(filepath) translate(Prism.parse_file(filepath, partial_script: true), filepath) end
def parse_file(filepath) translate(Prism.parse_file(filepath, partial_script: true), filepath) end