class CustomRenderer < Tabulous::DefaultRenderer def tabs_html <<-HTML.strip_heredoc
HTML end def subtabs_html <<-HTML.strip_heredoc
HTML end protected def tab_html(tab) return '
  • stub
  • ' end end