lib/rpub/compressor.rb in rpub-0.2.0 vs lib/rpub/compressor.rb in rpub-0.2.1

- old
+ new

@@ -1,6 +1,6 @@ module Rpub - # Wrapper around a `ZipOutputStream` object provided by the `rubyzip` gem. + # Wrapper around a +ZipOutputStream+ object provided by the +rubyzip+ gem. # This writes string contents straight into a zip file, without first saving # them to disk. class Compressor # @return [ZipOutputStream]