method
execute
v1_9_3_392 -
Show latest stable
- Class:
Gem::Commands::ListCommand
execute()public
No documentation available.
# File lib/rubygems/commands/list_command.rb, line 28
def execute
string = get_one_optional_argument || ''
options[:name] = /^#{string}/
super
end