Method: CFPropertyList::CFDictionary#to_binary

Defined in:
lib/cfpropertylist/rbCFTypes.rb

#to_binary(bplist) ⇒ Object

convert to binary



316
317
318
# File 'lib/cfpropertylist/rbCFTypes.rb', line 316

def to_binary(bplist)
  bplist.dict_to_binary(self)
end