Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/pbxplorer.rb
Instance Method Summary collapse
Instance Method Details
#to_plist ⇒ Object
8 9 10 11 |
# File 'lib/pbxplorer.rb', line 8 def to_plist items = self.map { |item| "#{item.to_plist}" } "( #{items.join ","} )" end |