Class: CFPropertyList::CFDictionary
- Inherits:
-
Object
- Object
- CFPropertyList::CFDictionary
- Defined in:
- lib/read_ipa/plist_binary.rb
Instance Method Summary collapse
Instance Method Details
#to_rb ⇒ Object
11 12 13 14 15 16 17 |
# File 'lib/read_ipa/plist_binary.rb', line 11 def to_rb hash_data = {} value.keys.each do |key| hash_data[key] = value[key].to_hash end hash_data end |