Class: NSCFBoolean

Inherits:
Object
  • Object
show all
Defined in:
lib/lyndon/coercion.rb

Instance Method Summary collapse

Instance Method Details

#inspectObject



15
16
17
# File 'lib/lyndon/coercion.rb', line 15

def inspect
  (self == NSNumber.numberWithBool(true)).to_s
end