Class: Object

Inherits:
BasicObject
Defined in:
lib/certainty.rb

Instance Method Summary collapse

Instance Method Details

#to_boolObject Also known as: to_b

Returns nil. The truth of an object, by default, is not knowable.



13
14
15
# File 'lib/certainty.rb', line 13

def to_bool
  nil
end