class FalseClass
Extensions to FalseClass
.
Public Instance Methods
to_i()
click to toggle source
@return [Integer] the object as an Integer (0).
# File lib/fmod/core/extensions.rb, line 44 def to_i 0 end
Extensions to FalseClass
.
@return [Integer] the object as an Integer (0).
# File lib/fmod/core/extensions.rb, line 44 def to_i 0 end