Class: Float
Instance Method Summary collapse
Instance Method Details
#divide(ratios) ⇒ Object
66 67 68 |
# File 'lib/guerrilla_patch/kernel.rb', line 66 def divide(ratios) DivideByType.divide(ratios, self) end |
#negative ⇒ Object
70 71 72 |
# File 'lib/guerrilla_patch/kernel.rb', line 70 def negative -self end |