mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 18:13:58 +02:00
merge revision(s) 57539: [Backport #11752]
rational.c: fix rdoc [ci skip] * rational.c (rb_rational_plus): [DOC] fix an example. A patch by Trygve Flathen <at.ruby-lang AT flathen.net> in [ruby-core:71755]. [Bug #11752] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@58110 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8c34c05d24
commit
ae432a96b1
2 changed files with 2 additions and 2 deletions
|
@ -744,7 +744,7 @@ f_addsub(VALUE self, VALUE anum, VALUE aden, VALUE bnum, VALUE bden, int k)
|
|||
* Performs addition.
|
||||
*
|
||||
* Rational(2, 3) + Rational(2, 3) #=> (4/3)
|
||||
* Rational(900) + Rational(1) #=> (900/1)
|
||||
* Rational(900) + Rational(1) #=> (901/1)
|
||||
* Rational(-2, 9) + Rational(-9, 2) #=> (-85/18)
|
||||
* Rational(9, 8) + 4 #=> (41/8)
|
||||
* Rational(20, 9) + 9.8 #=> 12.022222222222222
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#define RUBY_VERSION "2.2.7"
|
||||
#define RUBY_RELEASE_DATE "2017-03-26"
|
||||
#define RUBY_PATCHLEVEL 442
|
||||
#define RUBY_PATCHLEVEL 443
|
||||
|
||||
#define RUBY_RELEASE_YEAR 2017
|
||||
#define RUBY_RELEASE_MONTH 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue