method
new
v1_9_3_125 -
Show latest stable
- Class:
Gem::Commands::PushCommand
new()public
No documentation available.
# 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