summaryrefslogtreecommitdiffstats
path: root/ext/iconv
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-16 08:41:37 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-16 08:41:37 +0000
commitf7f546fa935364db5e90b2af6f89b8d8fff2e9a6 (patch)
tree74df334af18e1f04a6bf8256432ae0aff7b8206d /ext/iconv
parent9fb4f3f36bf3b5d79a30eb71a055455153715a9b (diff)
downloadruby-f7f546fa935364db5e90b2af6f89b8d8fff2e9a6.tar.gz
ruby-f7f546fa935364db5e90b2af6f89b8d8fff2e9a6.tar.xz
ruby-f7f546fa935364db5e90b2af6f89b8d8fff2e9a6.zip
* 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
Diffstat (limited to 'ext/iconv')
-rw-r--r--ext/iconv/iconv.c2
1 files changed, 1 insertions, 1 deletions
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.