Flowdock
to_s() public

Returns a string representation of the rational number.

Example:

Rational(3,4).to_s          #  "3/4"
Rational(8).to_s            #  "8"
Show source
Register or log in to add new notes.