summaryrefslogtreecommitdiff
path: root/lib/rubygems/indexer.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems/indexer.rb2
1 files changed, 0 insertions, 2 deletions
@@ -8,7 +8,6 @@ require 'tmpdir'
# Top level class for building the gem repository index.
class Gem::Indexer
-
include Gem::UserInteraction
##
@@ -424,5 +423,4 @@ class Gem::Indexer
Marshal.dump specs_index, io
end
end
-
end