From 3bf68b00d36fbe70f8f9761fcfb3239168c03c26 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 31 Dec 2008 11:09:27 +0000 Subject: rdoc update. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- io.c | 1 + 1 file changed, 1 insertion(+) (limited to 'io.c') diff --git a/io.c b/io.c index df05436dd..0a4a58afa 100644 --- a/io.c +++ b/io.c @@ -282,6 +282,7 @@ rb_io_get_write_io(VALUE io) * IO.try_convert(STDOUT) # => STDOUT * IO.try_convert("STDOUT") # => nil * + * require 'zlib' * f = open("/tmp/zz.gz") # => # * z = Zlib::GzipReader.open(f) # => # * IO.try_convert(z) # => # -- cgit