Flowdock
method

remove_owners

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: OwnerCommand
remove_owners(name, owners) 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 83
  def remove_owners name, owners
    manage_owners :delete, name, owners
  end
Register or log in to add new notes.