Method: Puppet::Property::List#add_should_with_current
- Defined in:
- lib/puppet/property/list.rb
#add_should_with_current(should, current) ⇒ Object
| 19 20 21 22 | # File 'lib/puppet/property/list.rb', line 19 def add_should_with_current(should, current) should += current if current.is_a?(Array) should.uniq end |