Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/to_bool.rb
Instance Method Summary collapse
- #to_bool ⇒ Object (also: #to_boolean)
Instance Method Details
#to_bool ⇒ Object Also known as: to_boolean
27 28 29 |
# File 'lib/to_bool.rb', line 27 def to_bool false end |