This is a Ruby tree! It shows every object from the Ruby Programming Language in a tree format.

/

        # BigDecimal./

(from ruby core)
---
    a / b   -> bigdecimal

---

Divide by the specified value.

The result precision will be the precision of the larger operand, but
its minimum is 2*Float::DIG.

See BigDecimal#div. See BigDecimal#quo.



      

This is MURDOC! A Ruby documentation browser inspired by Smalltalk-80. It allows you to learn about Ruby by browsing through its class hierarchies, and see any of its methods.