class PPZ::RootSectionModel
Public Instance Methods
level()
click to toggle source
# File lib/doc/model/section/root.rb, line 2 def level 0 end
section_dom_id()
click to toggle source
# File lib/doc/model/section/root.rb, line 5 def section_dom_id 'section' end
to_html()
click to toggle source
# File lib/doc/model/section/root.rb, line 13 def to_html "#{get_nav_html}<article>#{super}</article>" end