class Gem::Commands::FetchCommand

def initialize

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