lib/epub/maker/ocf/physical_container.rb in epub-maker-0.1.5 vs lib/epub/maker/ocf/physical_container.rb in epub-maker-0.1.6

- old
+ new

@@ -24,9 +24,10 @@ # # @example # EPUB::OCF::PhysicalCotainer.adapter = :ArchiveZip # EPUB::OCF::PhysicalCotainer.mtime = Time.new(2020, 1, 1) # + # @param time [Time] mtime to set # @return [Time] def mtime=(time) @@mtime = time end