lib/io_streams/zip/reader.rb in iostreams-0.8.1 vs lib/io_streams/zip/reader.rb in iostreams-0.8.2

- old
+ new

@@ -4,11 +4,11 @@ # Read from a zip file or stream, decompressing the contents as it is read # The input stream from the first file found in the zip file is passed # to the supplied block # # Example: - # IOStreams::ZipReader.open('abc.zip') do |io_stream| + # IOStreams::Zip::Reader.open('abc.zip') do |io_stream| # # Read 256 bytes at a time # while data = io_stream.read(256) # puts data # end # end @@ -77,6 +77,6 @@ end end end end -end \ No newline at end of file +end