# File lib/puppet/provider/confine/false.rb, line 8
 8:     def pass?(value)
 9:         ! value
10:     end