method

execute

ruby latest stable - Class: Gem::Commands::PushCommand
execute()
public

No documentation available.

# File lib/rubygems/commands/push_command.rb, line 44
  def execute
    @host = options[:host]

    sign_in @host

    send_gem get_one_gem_name
  end