diff options
Diffstat (limited to 'lib/rubygems/commands/list_command.rb')
-rw-r--r-- | lib/rubygems/commands/list_command.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rubygems/commands/list_command.rb b/lib/rubygems/commands/list_command.rb index 5c99d3d73d..f94038920f 100644 --- a/lib/rubygems/commands/list_command.rb +++ b/lib/rubygems/commands/list_command.rb @@ -6,6 +6,7 @@ require 'rubygems/query_utils' # Searches for gems starting with the supplied argument. class Gem::Commands::ListCommand < Gem::Command + include Gem::QueryUtils def initialize @@ -38,4 +39,5 @@ To search for remote gems use the search command. def usage # :nodoc: "#{program_name} [REGEXP ...]" end + end |