Class: FalseClass
- Inherits:
-
Object
- Object
- FalseClass
- Defined in:
- lib/thefox-ext/ext/false.rb
Instance Method Summary collapse
-
#to_i ⇒ Object
bool.to_i.
Instance Method Details
#to_i ⇒ Object
bool.to_i
5 6 7 |
# File 'lib/thefox-ext/ext/false.rb', line 5 def to_i 0 end |