Method: Code::Object::Decimal#code_division
- Defined in:
- lib/code/object/decimal.rb
#code_division(other) ⇒ Object
174 175 176 |
# File 'lib/code/object/decimal.rb', line 174 def code_division(other) Decimal.new(raw / other.raw) end |