From: naruse@... Date: 2017-03-12T08:02:33+00:00 Subject: [ruby-core:80050] [Ruby trunk Bug#11752] Bug in Rational documentation Issue #11752 has been updated by Yui NARUSE. Backport changed from 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN to 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN, 2.4: DONE ruby_2_4 r57902 merged revision(s) 57539. ---------------------------------------- Bug #11752: Bug in Rational documentation https://bugs.ruby-lang.org/issues/11752#change-63476 * Author: Trygve Flathen * Status: Closed * Priority: Normal * Assignee: Zachary Scott * Target version: * ruby -v: * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN, 2.4: DONE ---------------------------------------- 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-------------------------------- rational-addition-doc.patch (528 Bytes) -- https://bugs.ruby-lang.org/ Unsubscribe: