class CFPropertyList::CFDictionary

def initialize(value={})

Create new CFDictonary type.
def initialize(value={})
  @value = value
end