aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-05 02:47:25 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-05 02:47:25 +0000
commitf3883e478d6cab1cbbbd7255c6b56d50b964f33b (patch)
treed1a27c0171b62b1c3f0ea960b577a73ab756a58c /io.c
parenta2b61294832f8bf433ca46e8315a87de232fc0d8 (diff)
downloadruby-f3883e478d6cab1cbbbd7255c6b56d50b964f33b.tar.gz
* 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
Diffstat (limited to 'io.c')
-rw-r--r--io.c1
1 files changed, 1 insertions, 0 deletions
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: