From 9fff0f9459f018479075b1f8d60a7c45ac657a1a Mon Sep 17 00:00:00 2001 From: hsbt Date: Wed, 5 Oct 2016 02:47:25 +0000 Subject: * 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 --- io.c | 1 + 1 file changed, 1 insertion(+) (limited to 'io.c') diff --git a/io.c b/io.c index 980f8232bf..e50d0d07a0 100644 --- a/io.c +++ b/io.c @@ -7276,6 +7276,7 @@ rb_f_p(int argc, VALUE *argv, VALUE self) * * def display(port=$>) * port.write self + * nil * end * * For example: -- cgit v1.2.3