error(msg)
Show an error and exit
# File lib/rdoc/ri/ri_options.rb, line 116 def OptionList.error(msg) $stderr.puts $stderr.puts msg $stderr.puts "\nFor help on options, try 'ri --help'\n\n" exit 1 end