# File lib/buildr/packaging/artifact_search.rb, line 30
    def exclude(method = nil)
      (@excludes ||= []).tap { push method if method }
    end