Method: Zip::ZipFile#comment

Defined in:
lib/pik/contrib/zip/zip.rb

#commentObject

Returns the zip files comment, if it has one



1391
1392
1393
# File 'lib/pik/contrib/zip/zip.rb', line 1391

def comment
  @comment
end