Method: Cheepub::Nav#to_html
- Defined in:
- lib/cheepub/nav.rb
#to_html ⇒ Object
14 15 16 17 18 19 |
# File 'lib/cheepub/nav.rb', line 14 def to_html template = File.read(File.join(Cheepub::TEMPLATES_DIR, "nav.xhtml.erb")) @body = @root.to_html_ol erb = ERB.new(template) return erb.result(binding) end |