Method: Gem::Commands::UninstallCommand#arguments
- Defined in:
- lib/rubygems/commands/uninstall_command.rb
#arguments ⇒ Object
:nodoc:
93 94 95 |
# File 'lib/rubygems/commands/uninstall_command.rb', line 93 def arguments # :nodoc: "GEMNAME name of gem to uninstall" end |