Sha256: 408224ff001b33d1c0fcf8a6783cdc5640198e8474ce59206500f2caaccf91ed
Contents?: true
Size: 253 Bytes
Versions: 15
Compression:
Stored size: 253 Bytes
Contents
class TrueClass # # Xcode project's expect boolean trues to be the word YES. # def to_xcplist "YES" end end class FalseClass # # Xcode project's expect boolean trues to be the word NO. # def to_xcplist "NO" end end
Version data entries
15 entries across 15 versions & 1 rubygems