Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/certainty.rb
Instance Method Summary collapse
-
#to_bool ⇒ Object
(also: #to_b)
Returns
nil.
Instance Method Details
#to_bool ⇒ Object Also known as: to_b
Returns nil. The truth of an object, by default, is not knowable.
12 13 14 |
# File 'lib/certainty.rb', line 12 def to_bool nil end |