# File lib/heroku/commands/sharing.rb, line 3 def list list = heroku.list_collaborators(app) display list.map { |c| c[:email] }.join("\n") end