Actions
Bug #13157
closedRational doc bug
Description
On the ruby-doc page for Rational, the following example appears.
Rational(900) + Rational(1) #=> (900/1)
I think it should be
Rational(900) + Rational(1) #=> (901/1)
Ruby executes the expression correctly, i.e., this is documentation only.
Updated by znz (Kazuhiro NISHIYAMA) over 8 years ago
- Related to Bug #11752: Bug in Rational documentation added
Updated by stomar (Marcus Stollsteimer) about 8 years ago
- Status changed from Open to Closed
Fixed with r57539 (#11752).
Actions
Like0
Like0Like0