Class: FalseClass
- Inherits:
-
Object
- Object
- FalseClass
- 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 NO.
Instance Method Details
#to_xcplist ⇒ Object
Xcode project’s expect boolean trues to be the word NO.
18 19 20 |
# File 'lib/xcode/core_ext/boolean.rb', line 18 def to_xcplist "NO" end |