class RDoc::Parser::Ruby

def error(msg)

def error(msg)
  msg = make_message msg
  abort msg
end