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