module Tabulous class Html5Renderer < DefaultRenderer def tabs_html <<-HTML.strip_heredoc HTML end def subtabs_html <<-HTML.strip_heredoc HTML end end end