Method: Xcode::Configuration::StringProperty#open
- Defined in:
- lib/xcode/configurations/string_property.rb
#open(value) ⇒ Object
14 15 16 |
# File 'lib/xcode/configurations/string_property.rb', line 14 def open(value) value.to_s end |