# File lib/s3/grantee.rb, line 120 def exists? self.class.grantees(@thing).each do |grantee| return true if @id == grantee.id end false end