class CFPropertyList::CFArray

def initialize(val=[])

create a new array CFType
def initialize(val=[])
  @value = val
end