# File lib/rolify/finders.rb, line 7
    def without_role(role_name, resource = nil)
      self.adapter.all_except(self, self.with_role(role_name, resource))
    end