# File lib/puppet/provider/confine/exists.rb, line 8 8: def pass?(value) 9: value && (for_binary? ? which(value) : FileTest.exist?(value)) 10: end