# File lib/rubygems/commands/search_command.rb, line 6definitializesuper'search', 'Display all gems whose name contains STRING'remove_option'--name-matches'end
Public Instance Methods
execute()click to toggle source
# File lib/rubygems/commands/search_command.rb, line 24defexecutestring = get_one_optional_argumentoptions[:name] = /#{string}/superend