# File lib/cft/puppet/digest.rb, line 228
            def digest?(path)
                @globs.keys.any? { |d| File::fnmatch(d, path) }
            end