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