зеркало из https://github.com/github/ruby.git
* ext/iconv/iconv.c (iconv_s_conv): rdoc fix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12269 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
dc2a434cf2
Коммит
adc782762b
|
@ -1,3 +1,7 @@
|
|||
Thu May 10 15:14:05 2007 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* ext/iconv/iconv.c (iconv_s_conv): rdoc fix.
|
||||
|
||||
Thu May 10 15:09:23 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* parse.y (POINTER_P): pointer may be larger than long.
|
||||
|
|
|
@ -645,7 +645,7 @@ iconv_s_iconv(int argc, VALUE *argv, VALUE self)
|
|||
|
||||
/*
|
||||
* Document-method: Iconv::conv
|
||||
* call-seq: Iconv.iconv(to, from, *strs)
|
||||
* call-seq: Iconv.conv(to, from, *strs)
|
||||
*
|
||||
* Shorthand for
|
||||
* Iconv.iconv(to, from, str).join
|
||||
|
|
Загрузка…
Ссылка в новой задаче