ruby-changes:38326
From: svn <ko1@a...>
Date: Thu, 30 Apr 2015 17:03:02 +0900 (JST)
Subject: [ruby-changes:38326] svn:r50407 (trunk): * remove trailing spaces.
svn 2015-04-30 17:02:56 +0900 (Thu, 30 Apr 2015) New Revision: 50407 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50407 Log: * remove trailing spaces. Modified files: trunk/rational.c Index: rational.c =================================================================== --- rational.c (revision 50406) +++ rational.c (revision 50407) @@ -2465,7 +2465,7 @@ nurat_s_convert(int argc, VALUE *argv, V https://github.com/ruby/ruby/blob/trunk/rational.c#L2465 * a/b (b>0). Where a is numerator and b is denominator. Integer a * equals rational a/1 mathematically. * - * In ruby, you can create rational object with Rational, to_r, + * In ruby, you can create rational object with Rational, to_r, * rationalize method or suffixing r to a literal. The return values will be irreducible. * * Rational(1) #=> (1/1) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/