method
add_owners
v2_6_3 -
Show latest stable
- Class:
Gem::Commands::OwnerCommand
add_owners(name, owners)public
No documentation available.
# File lib/rubygems/commands/owner_command.rb, line 80
def add_owners(name, owners)
manage_owners :post, name, owners
end