# File lib/puppet/module/tool.rb, line 20 def self.artifact?(path) case File.basename(path) when *ARTIFACTS true else false end end