Flowdock
method

new

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: PushCommand
new() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/commands/push_command.rb, line 21
  def initialize
    super 'push', description
    add_proxy_option
    add_key_option

    add_option(
      '--host HOST',
      'Push to another gemcutter-compatible host'
    ) do |value, options|
      options[:host] = value
    end
  end
Register or log in to add new notes.