Method: CFPropertyList::CFDictionary#initialize
- Defined in:
- lib/cfpropertylist/rbCFTypes.rb
#initialize(value = {}) ⇒ CFDictionary
Create new CFDictonary type.
300 301 302 |
# File 'lib/cfpropertylist/rbCFTypes.rb', line 300 def initialize(value={}) @value = value end |