class Epubber::Generators::Content

Public Instance Methods

generate() click to toggle source
# File lib/epubber/generators/content.rb, line 5
def generate
  content = template.parse file: 'OEBPS/content.opf', context: book_context
  persist file: 'OEBPS/content.opf', content: content
end