class BigDecimal

Public Instance Methods

divide(ratios) click to toggle source
# File lib/guerrilla_patch/kernel.rb, line 76
def divide(ratios)
  DivideByType.divide(ratios, self)
end
negative() click to toggle source
# File lib/guerrilla_patch/kernel.rb, line 93
def negative
  -self
end