Method: Object#to_bool
- Defined in:
- lib/certainty.rb
#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 |
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 |