44 45 46 47 48 49
# File 'lib/bookmaker/parser/epub.rb', line 44 def write_toc! toc = TOC::Epub.new(navigation) File.open(toc_path, "w") do |file| file << toc.to_html end end