# File lib/cfpropertylist/rbCFTypes.rb, line 291 def to_plain(plist) ary = @value.map { |v| v.to_plain(plist) } "( " + ary.join(", ") + " )" end