Method: Gem::Commands::UninstallCommand#arguments

Defined in:
lib/rubygems/commands/uninstall_command.rb

#argumentsObject

:nodoc:



93
94
95
# File 'lib/rubygems/commands/uninstall_command.rb', line 93

def arguments # :nodoc:
  "GEMNAME       name of gem to uninstall"
end