Method: Puppet::Confine::True#summary

Defined in:
lib/puppet/confine/true.rb

#summaryObject



23
24
25
# File 'lib/puppet/confine/true.rb', line 23

def summary
  result.find_all { |v| v == true }.length
end