= private = protected
to_io()
Same as IO.
/* * Same as IO. */ static VALUE rb_gzfile_to_io(obj) VALUE obj; { return get_gzfile(obj)->io; }