method

new

ruby latest stable - Class: Gem::Commands::ListCommand
new()
public

No documentation available.

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

    remove_option('--name-matches')
  end