Flowdock
method

new

Importance_0
v2_2_9 - Show latest stable - 0 notes - Class: FetchCommand
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/fetch_command.rb, line 10
  def initialize
    super 'fetch', 'Download a gem and place it in the current directory'

    add_bulk_threshold_option
    add_proxy_option
    add_source_option
    add_clear_sources_option

    add_version_option
    add_platform_option
    add_prerelease_option
  end
Register or log in to add new notes.