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