summaryrefslogtreecommitdiff
path: root/lib/rubygems/command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems/command.rb')
-rw-r--r--lib/rubygems/command.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rubygems/command.rb b/lib/rubygems/command.rb
index bf55ce3205..cfbe34cb90 100644
--- a/lib/rubygems/command.rb
+++ b/lib/rubygems/command.rb
@@ -17,6 +17,7 @@ require_relative 'user_interaction'
# A very good example to look at is Gem::Commands::ContentsCommand
class Gem::Command
+
include Gem::UserInteraction
OptionParser.accept Symbol do |value|
@@ -651,6 +652,7 @@ RubyGems is a package manager for Ruby.
HELP
# :startdoc:
+
end
##