| Module | Money::Arithmetic |
| In: |
lib/money/money/arithmetic.rb
|
| CoercedNumeric | = | Struct.new(:value) do # Proxy #zero? method to skip unnecessary typecasts. See #- and #+. def zero? | Wrapper for coerced numeric values to distinguish when numeric was on the 1st place in operation. |