Method: Xcode::Configuration::ArrayProperty#save

Defined in:
lib/xcode/configurations/array_property.rb

#save(value) ⇒ Object

Parameters:

  • value (Nil, Array, String)

    that is being saved back which can be in a multitude of formats as long as it responds_to? #to_a



26
27
28
# File 'lib/xcode/configurations/array_property.rb', line 26

def save(value)
  Array(value)
end