File: C:/Ruby27-x64/share/ri/2.7.0/system/Zlib/gunzip-c.ri
U:RDoc::AnyMethod[iI"gunzip:ETI"Zlib::gunzip;TT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"'Decode the given gzipped +string+.;To:RDoc::Markup::BlankLine o;
; [I"<This method is almost equivalent to the following code:;T@o:RDoc::Markup::Verbatim; [I"def gunzip(string)
;TI"" sio = StringIO.new(string)
;TI"F gz = Zlib::GzipReader.new(sio, encoding: Encoding::ASCII_8BIT)
;TI" gz.read
;TI"ensure
;TI" gz&.close
;TI" end
;T:@format0o;
; [I"See also Zlib.gzip;T:
@fileI"ext/zlib/zlib.c;T:0@omit_headings_from_table_of_contents_below0I" Zlib.gunzip(src) -> String
;T0[ I" (p1);T@FI" Zlib;TcRDoc::NormalModule00