# File lib/buildr/packaging/artifact_namespace.rb, line 775 def artifacts(*names) (names.empty? && values || values_at(*names)).map(&:artifact) end