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