ruby-changes:44271
From: hsbt <ko1@a...>
Date: Wed, 5 Oct 2016 11:47:33 +0900 (JST)
Subject: [ruby-changes:44271] hsbt:r56344 (trunk): * io.c: Fixed equivalent ruby code with core implemention.
hsbt 2016-10-05 11:47:25 +0900 (Wed, 05 Oct 2016) New Revision: 56344 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56344 Log: * io.c: Fixed equivalent ruby code with core implemention. [fix GH-1429][ci skip] Modified files: trunk/ChangeLog trunk/io.c Index: io.c =================================================================== --- io.c (revision 56343) +++ io.c (revision 56344) @@ -7276,6 +7276,7 @@ rb_f_p(int argc, VALUE *argv, VALUE self https://github.com/ruby/ruby/blob/trunk/io.c#L7276 * * def display(port=$>) * port.write self + * nil * end * * For example: Index: ChangeLog =================================================================== --- ChangeLog (revision 56343) +++ ChangeLog (revision 56344) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Wed Oct 5 11:47:19 2016 SHIBATA Hiroshi <hsbt@r...> + + * io.c: Fixed equivalent ruby code with core implemention. + [fix GH-1429][ci skip] + Wed Oct 5 11:36:21 2016 SHIBATA Hiroshi <hsbt@r...> * lib/delegate.rb: Added missing spaces and Removed needless spaces. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/