# File lib/puppet/provider/confine/true.rb, line 17
17:   def summary
18:     result.find_all { |v| v == true }.length
19:   end