diff options
-rw-r--r-- | lib/rubygems/command.rb | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -17,7 +17,6 @@ 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| @@ -652,7 +651,6 @@ RubyGems is a package manager for Ruby. HELP # :startdoc: - end ## |