# File lib/ruby_parser_extras.rb, line 116
  def syntax_error msg
    raise RubyParser::SyntaxError, msg
  end