module Tabulous class Html5Renderer < DefaultRenderer def tabs_html <<-HTML.strip_heredoc #{ tab_list_html } HTML end def subtabs_html <<-HTML.strip_heredoc #{ subtab_list_html } HTML end end end