Method: Gem::Commands::FetchCommand#usage
- Defined in:
- lib/rubygems/commands/fetch_command.rb
#usage ⇒ Object
:nodoc:
51 52 53 |
# File 'lib/rubygems/commands/fetch_command.rb', line 51 def usage # :nodoc: "#{program_name} GEMNAME [GEMNAME ...]" end |