Method: Bookmaker::TOC::Epub#to_html
- Defined in:
- lib/bookmaker/toc/epub.rb
#to_html ⇒ Object
10 11 12 |
# File 'lib/bookmaker/toc/epub.rb', line 10 def to_html ERB.new(template).result OpenStruct.new(:navigation => ).instance_eval{ binding } end |