class Prism::Translation::RubyParser

def parse_file(filepath)

gem's Sexp format.
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