mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
dc2a434cf2
commit
adc782762b
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue