Flowdock
method

execute

Importance_0
v2_2_9 - Show latest stable - 0 notes - Class: OwnerCommand
execute() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/commands/owner_command.rb, line 47
  def execute
    @host = options[:host]

    sign_in
    name = get_one_gem_name

    add_owners    name, options[:add]
    remove_owners name, options[:remove]
    show_owners   name
  end
Register or log in to add new notes.