[ruby-core:80238] [Ruby trunk Bug#11752] Bug in Rational documentation

From: nagachika00@...
Date: 2017-03-19 21:33:40 UTC
List: ruby-core #80238
Issue #11752 has been updated by nagachika (Tomoyuki Chikanaga).

Backport changed from 2.2: REQUIRED, 2.3: REQUIRED, 2.4: DONE to 2.2: REQUIRED, 2.3: DONE, 2.4: DONE

ruby_2_3 r58028 merged revision(s) 57539.

----------------------------------------
Bug #11752: Bug in Rational documentation
https://bugs.ruby-lang.org/issues/11752#change-63676

* Author: trygveflathen (Trygve Flathen)
* Status: Closed
* Priority: Normal
* Assignee: zzak (Zachary Scott)
* Target version: 
* ruby -v: 
* Backport: 2.2: REQUIRED, 2.3: DONE, 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: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread

Prev Next