Class: FalseClass

Inherits:
Object
  • Object
show all
Defined in:
lib/xcode/core_ext/boolean.rb

Instance Method Summary collapse

Instance Method Details

#to_xcplistObject

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