class Float
Public Instance Methods
divide(ratios)
click to toggle source
# File lib/guerrilla_patch/kernel.rb, line 66 def divide(ratios) DivideByType.divide(ratios, self) end
negative()
click to toggle source
# File lib/guerrilla_patch/kernel.rb, line 70 def negative -self end