Class: FalseClass
- Inherits:
-
Object
- Object
- FalseClass
- Defined in:
- lib/toolbox/boolean.rb
Overview
Implementing to_bool operation that returns self. See the Boolean module for usage
Instance Method Summary collapse
Instance Method Details
#to_bool ⇒ Object
26 27 28 |
# File 'lib/toolbox/boolean.rb', line 26 def to_bool self end |