Searches for gems starting with the supplied argument.
Class Methods
::
lib/rubygems/commands/list_command.rb
View on GitHub
# File tmp/rubies/ruby-3.4.0-preview1/lib/rubygems/commands/list_command.rb, line 12
def initialize
super "list", "Display local gems whose name matches REGEXP",
domain: :local, details: false, versions: true,
installed: nil, version: Gem::Requirement.default
add_query_options
end
No documentation available