--- quo(other)

    ruby 1.8 feature

    Ǥ¿ξ(quotient)˶ᤤ֤ͤ任

        p 1.quo(3)      # => 0.3333333333333333

        require 'rational'
        p 1.quo(3)      # => Rational(1, 3)

