# File lib/ruby_parser_extras.rb, line 1288
  def process(s, f = "(string)") # parens for emacs *sigh*
    Ruby19Parser.new.process s, f
  rescue Racc::ParseError
    Ruby18Parser.new.process s, f
  end