# File lib/puppet/property/list.rb, line 61 61: def prepare_is_for_comparison(is) 62: if is == :absent 63: is = [] 64: end 65: dearrayify(is) 66: end