From f7f546fa935364db5e90b2af6f89b8d8fff2e9a6 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 16 Nov 2007 08:41:37 +0000 Subject: * ext/iconv/iconv.c (iconv_iconv): also instance method needs to be qualified. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/iconv/iconv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/iconv/iconv.c b/ext/iconv/iconv.c index 8fa6be076..7a214f1cb 100644 --- a/ext/iconv/iconv.c +++ b/ext/iconv/iconv.c @@ -757,7 +757,7 @@ iconv_finish(VALUE self) } /* - * Document-method: iconv + * Document-method: Iconv#iconv * call-seq: iconv(str, start=0, length=-1) * * Converts string and returns the result. -- cgit