From 11f3462fb7e66d366224984bc38a0e6a5e7a50d6 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 14 Dec 2007 08:38:18 +0000 Subject: * io.c (rb_f_p): RDoc update. a patch from murphy . [ruby-core:14010] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- io.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'io.c') diff --git a/io.c b/io.c index f0d314396b..d62270ed7f 100644 --- a/io.c +++ b/io.c @@ -4333,7 +4333,9 @@ rb_p(VALUE obj) /* for debug print within C code */ /* * call-seq: - * p(obj, ...) => nil + * p(obj) => obj + * p(obj1, obj2, ...) => [obj, ...] + * p() => nil * * For each object, directly writes * _obj_.+inspect+ followed by the current output -- cgit v1.2.3