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