# File lib/heroku/commands/sharing.rb, line 15 def remove email = args.shift.downcase rescue '' raise(CommandFailed, "Specify an email address to remove from the app.") if email == '' heroku.remove_collaborator(app, email) display "Collaborator removed." end