aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-06 13:43:42 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-06 13:43:42 +0000
commite7c3c7e849e8d30b95ffe46200adfa02a27b1f08 (patch)
tree54be6840095e28449e18f46ec4ba099d81c25be5 /io.c
parent2d01d58d3a04ee9cb1f9405aae3a9c5350831236 (diff)
downloadruby-e7c3c7e849e8d30b95ffe46200adfa02a27b1f08.tar.gz
io.c: fix output of Array [ci skip]
* io.c (rb_obj_display): [DOC] fix output of Array, as Array#to_s is same as Array#inspect since 1.9. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index 20614cd278..cd8dcb07a3 100644
--- a/io.c
+++ b/io.c
@@ -7256,7 +7256,7 @@ rb_f_p(int argc, VALUE *argv, VALUE self)
*
* <em>produces:</em>
*
- * 1cat456
+ * 1cat[4, 5, 6]
*/
static VALUE