method
error
ruby latest stable - Class:
RDoc::RubyParser
error(msg)private
No documentation available.
# File lib/rdoc/parsers/parse_rb.rb, line 1443
def error(msg)
msg = make_message msg
$stderr.puts msg
exit(1)
end