diff options
-rw-r--r-- | lib/rubygems/command.rb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ## |