Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/pbxplorer.rb

Direct Known Subclasses

PBXObject

Instance Method Summary collapse

Instance Method Details

#to_pbx_plistObject



19
20
21
22
# File 'lib/pbxplorer.rb', line 19

def to_pbx_plist
  items = self.map { |key, val| "#{key.to_pbx_plist} = #{val.to_pbx_plist};\n" }
  "{ #{items.join} }"
end