Class: FalseClass
- Inherits:
-
Object
- Object
- FalseClass
- Defined in:
- lib/fmod/core/extensions.rb
Overview
Extensions to FalseClass.
Instance Method Summary collapse
-
#to_i ⇒ Integer
The object as an Integer (0).
Instance Method Details
#to_i ⇒ Integer
Returns the object as an Integer (0).
44 45 46 |
# File 'lib/fmod/core/extensions.rb', line 44 def to_i 0 end |