# File lib/core/facets/enumerable/exclude.rb, line 10
    def exclude?(object)
      !include?(object)
    end