Method: Bookmaker::TOC::Epub#to_html

Defined in:
lib/bookmaker/toc/epub.rb

#to_htmlObject



10
11
12
# File 'lib/bookmaker/toc/epub.rb', line 10

def to_html
  ERB.new(template).result OpenStruct.new(:navigation => navigation).instance_eval{ binding }
end