In Files

  • rubygems/commands/search_command.rb

Parent

Methods

Included Modules

Class/Module Index [+]

Quicksearch

Gem::Commands::SearchCommand

Public Class Methods

new() click to toggle source
 
               # File rubygems/commands/search_command.rb, line 8
def initialize
  super 'search', 'Display remote gems whose name matches REGEXP',
       :name => //, :domain => :remote, :details => false, :versions => true,
       :installed => nil, :version => Gem::Requirement.default

  add_query_options
end