diff options
-rw-r--r-- | lib/rubygems/commands/contents_command.rb | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -3,7 +3,6 @@ require 'rubygems/command' require 'rubygems/version_option' class Gem::Commands::ContentsCommand < Gem::Command - include Gem::VersionOption def initialize @@ -186,5 +185,4 @@ prefix or only the files that are requireable. [i, File.join(i, "specifications")] end.flatten end - end |