diff options
-rw-r--r-- | lib/rubygems/commands/search_command.rb | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -3,7 +3,6 @@ require 'rubygems/command' require 'rubygems/query_utils' class Gem::Commands::SearchCommand < Gem::Command - include Gem::QueryUtils def initialize @@ -38,5 +37,4 @@ To list local gems use the list command. def usage # :nodoc: "#{program_name} [REGEXP]" end - end |