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