summaryrefslogtreecommitdiff
path: root/lib/rubygems/commands/list_command.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems/commands/list_command.rb6
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-require_relative '../command'
-require_relative '../query_utils'
##
# Searches for gems starting with the supplied argument.
@@ -9,7 +9,7 @@ class Gem::Commands::ListCommand < Gem::Command
include Gem::QueryUtils
def initialize
- super 'list', 'Display local gems whose name matches REGEXP',
:domain => :local, :details => false, :versions => true,
:installed => nil, :version => Gem::Requirement.default