method
description
ruby latest stable - Class:
Gem::Commands::OwnerCommand
description()public
No documentation available.
# File lib/rubygems/commands/owner_command.rb, line 13
def description # :nodoc:
The owner command lets you add and remove owners of a gem on a pushserver (the default is https://rubygems.org).The owner of a gem has the permission to push new versions, yank existingversions or edit the HTML page of the gem. Be careful of who you give pushpermission to.
end