Method: Code::Object::Integer#code_division
- Defined in:
- lib/code/object/integer.rb
#code_division(other) ⇒ Object
211 212 213 |
# File 'lib/code/object/integer.rb', line 211 def code_division(other) Decimal.new(BigDecimal(raw) / other.raw) end |