diff --git a/io.c b/io.c index df05436dde..0a4a58afa1 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) # => #