# File lib/puppet/property/list.rb, line 67 67: def prepare_is_for_comparison(is) 68: if is == :absent 69: is = [] 70: end 71: dearrayify(is) 72: end