method

execute

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