Method: Code::Object::Decimal#code_minus
- Defined in:
- lib/code/object/decimal.rb
#code_minus(other) ⇒ Object
207 208 209 |
# File 'lib/code/object/decimal.rb', line 207 def code_minus(other) Decimal.new(raw - other.raw) end |
207 208 209 |
# File 'lib/code/object/decimal.rb', line 207 def code_minus(other) Decimal.new(raw - other.raw) end |