From e7c3c7e849e8d30b95ffe46200adfa02a27b1f08 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 6 Mar 2016 13:43:42 +0000 Subject: 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 --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io.c') 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) * * produces: * - * 1cat456 + * 1cat[4, 5, 6] */ static VALUE -- cgit v1.2.3