From b2571716718cda40e59c33f437768dc787078633 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: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@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 7f9918e28b..f268c7dcc5 100644 --- a/ext/iconv/iconv.c +++ b/ext/iconv/iconv.c @@ -715,7 +715,7 @@ iconv_finish } /* - * Document-method: iconv + * Document-method: Iconv#iconv * call-seq: iconv(str, start=0, length=-1) * * Converts string and returns the result. -- cgit v1.2.3