# File lib/puppet/property/list.rb, line 24
24:       def add_should_with_current(should, current)
25:         should += current if current.is_a?(Array)
26:         should.uniq
27:       end