Method: Puppet::Confine::Exists.summarize
- Defined in:
- lib/puppet/confine/exists.rb
.summarize(confines) ⇒ Object
6 7 8 |
# File 'lib/puppet/confine/exists.rb', line 6 def self.summarize(confines) confines.inject([]) { |total, confine| total + confine.summary } end |