Method: Xcode::Configuration::ArrayProperty#save
- Defined in:
- lib/xcode/configurations/array_property.rb
#save(value) ⇒ Object
26 27 28 |
# File 'lib/xcode/configurations/array_property.rb', line 26 def save(value) Array(value) end |