method
execute
v1_9_3_125 -
Show latest stable
- Class:
Gem::Commands::SearchCommand
execute()public
No documentation available.
# File lib/rubygems/commands/search_command.rb, line 24
def execute
string = get_one_optional_argument
options[:name] = /#{string}/
super
end