lib/epub/parser.rb in epub-parser-0.1.4 vs lib/epub/parser.rb in epub-parser-0.1.5
- old
+ new
@@ -48,11 +48,9 @@
def parse
Zip::Archive.open @filepath do |zip|
@book.ocf = OCF.parse(zip)
@book.package = Publication.parse(zip, @book.rootfile_path)
- # @book.content_document =??? parse_content_document
- # ...
end
@book
end