We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
abort(message)
puts
exit
1 parent 202425f commit cd75de1Copy full SHA for cd75de1
lib/rdoc/ri/driver.rb
@@ -1554,8 +1554,7 @@ def start_server
1554
begin
1555
require 'webrick'
1556
rescue LoadError
1557
- puts "webrick is not found. You may need to `gem install webrick` to install webrick."
1558
- exit
+ abort "webrick is not found. You may need to `gem install webrick` to install webrick."
1559
end
1560
1561
server = WEBrick::HTTPServer.new :Port => @server
lib/rdoc/servlet.rb
@@ -7,8 +7,7 @@
7
8
9
10
11
12
13
14
##
0 commit comments