Method: Xcode::Configuration::KeyValueArrayProperty#open
- Defined in:
- lib/xcode/configurations/key_value_array_property.rb
#open(value) ⇒ Object
As arrays are stored as arrays this is not particularly different.
17 18 19 |
# File 'lib/xcode/configurations/key_value_array_property.rb', line 17 def open(value) Array(value) end |