Actions
Bug #11752
closedBug in Rational documentation
Bug #11752:
Bug in Rational documentation
Description
Example for the + operator states that 900+1=900.
Rational(900) + Rational(1) #=> (900/1)
Seen in
http://ruby-doc.org/core-1.9.2/Rational.html
and
http://ruby-doc.org/core-2.2.3/Rational.html
Files
Actions