Class Methods
::
lib/rubygems/commands/search_command.rb
View on GitHub
# File tmp/rubies/ruby-2.3.8/lib/rubygems/commands/search_command.rb, line 7
def initialize
super 'search', 'Display remote gems whose name matches REGEXP'
remove_option '--name-matches'
defaults[:domain] = :remote
end
No documentation available