1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/iconv/iconv.c (iconv_iconv): also instance method needs to be

qualified.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2007-11-16 08:41:37 +00:00
parent 85b72a85b5
commit 0d95854a52
2 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,4 @@
Fri Nov 16 17:03:34 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
Fri Nov 16 17:41:34 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/iconv/iconv.c (Document-class): moved the simplest example to
the top.
@ -6,6 +6,9 @@ Fri Nov 16 17:03:34 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/iconv/iconv.c (iconv_s_iconv): Document-method: needs class
prefix for class method. [ruby-core:13542]
* ext/iconv/iconv.c (iconv_iconv): also instance method needs to be
qualified.
Fri Nov 16 16:26:57 2007 Shugo Maeda <shugo@ruby-lang.org>
* include/ruby/ruby.h: added some declarations for event hooks.

View file

@ -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.