# File lib/puppet/provider/confine/variable.rb, line 38
38:   def reset
39:     # Reset the cache.  We want to cache it during a given
40:     # run, but not across runs.
41:     @facter_value = nil
42:   end