Class: Gem::Commands::ListCommand (Ruby 2.3.4)

In Files

  • rubygems/commands/list_command.rb

Class/Module Index [+]

Quicksearch

Gem::Commands::ListCommand

An alternate to Gem::Commands::QueryCommand that searches for gems starting with the supplied argument.

Public Class Methods

new()
 
               # File rubygems/commands/list_command.rb, line 11
def initialize
  super 'list', 'Display local gems whose name matches REGEXP'

  remove_option('--name-matches')
end