Method: Zip::File#read

Defined in:
lib/zip/file.rb

#read(entry) ⇒ Object

Returns a string containing the contents of the specified entry



222
223
224
# File 'lib/zip/file.rb', line 222

def read(entry)
  get_input_stream(entry, &:read)
end