Class: FalseClass
- Inherits:
-
Object
- Object
- FalseClass
- Defined in:
- lib/utils.rb
Instance Method Summary collapse
Instance Method Details
#to_bool ⇒ Object
36 |
# File 'lib/utils.rb', line 36 def to_bool; self; end |
#to_i ⇒ Object
35 |
# File 'lib/utils.rb', line 35 def to_i; 0; end |