# File lib/maruku/toc.rb, line 83 def to_html div = Element.new 'div' div.attributes['class'] = 'maruku_toc' div << create_toc div end