Method: Puppet::Confine::Any#summary

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

#summaryObject



14
15
16
# File 'lib/puppet/confine/any.rb', line 14

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