method
execute
v2_1_10 -
Show latest stable
- Class:
Gem::Commands::PushCommand
execute()public
No documentation available.
# File lib/rubygems/commands/push_command.rb, line 42
def execute
@host = options[:host]
sign_in @host
send_gem get_one_gem_name
end