# File lib/html5/treebuilders/base.rb, line 227
        def insert_element(name, attributes)
          send(@insert_element, name, attributes)
        end