* io.c: Fixed equivalent ruby code with core implemention.

[fix GH-1429][ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56344 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2016-10-05 02:47:25 +00:00
parent 22de22b292
commit 9fff0f9459
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Wed Oct 5 11:47:19 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* io.c: Fixed equivalent ruby code with core implemention.
[fix GH-1429][ci skip]
Wed Oct 5 11:36:21 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* lib/delegate.rb: Added missing spaces and Removed needless spaces.

1
io.c
View File

@ -7276,6 +7276,7 @@ rb_f_p(int argc, VALUE *argv, VALUE self)
*
* def display(port=$>)
* port.write self
* nil
* end
*
* For example: