зеркало из https://github.com/github/ruby.git
update rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
021aaa70d6
Коммит
f7676fd9d4
5
io.c
5
io.c
|
@ -281,6 +281,11 @@ rb_io_get_write_io(VALUE io)
|
|||
*
|
||||
* IO.try_convert(STDOUT) # => STDOUT
|
||||
* IO.try_convert("STDOUT") # => nil
|
||||
*
|
||||
* f = open("/tmp/zz.gz") # => #<File:/tmp/zz.gz>
|
||||
* z = Zlib::GzipReader.open(f) # => #<Zlib::GzipReader:0x81d8744>
|
||||
* IO.try_convert(z) # => #<File:/tmp/zz.gz>
|
||||
*
|
||||
*/
|
||||
static VALUE
|
||||
rb_io_s_try_convert(VALUE dummy, VALUE io)
|
||||
|
|
Загрузка…
Ссылка в новой задаче