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