diff options
-rw-r--r-- | lib/rubygems/server.rb | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -29,7 +29,6 @@ require 'rubygems/rdoc' # TODO Refactor into a real WEBrick servlet to remove code duplication. class Gem::Server - attr_reader :spec_dirs include ERB::Util @@ -875,5 +874,4 @@ div.method-source-code pre { color: #ffdead; overflow: hidden; } system("#{@launch} http://#{host}:#{@port}") end - end |