Class: TrueClass
- Inherits:
-
Object
- Object
- TrueClass
- Defined in:
- lib/xcode/core_ext/boolean.rb
Instance Method Summary collapse
-
#to_xcplist ⇒ Object
Xcode project’s expect boolean trues to be the word YES.
Instance Method Details
#to_xcplist ⇒ Object
Xcode project’s expect boolean trues to be the word YES.
8 9 10 |
# File 'lib/xcode/core_ext/boolean.rb', line 8 def to_xcplist "YES" end |