summaryrefslogtreecommitdiff
path: root/lib/rubygems/doctor.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems/doctor.rb2
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,7 @@ require 'rubygems/user_interaction'
# removing the bogus specification.
class Gem::Doctor
include Gem::UserInteraction
##
@@ -128,4 +129,5 @@ class Gem::Doctor
rescue Errno::ENOENT
# ignore
end
end