# File lib/html5/treebuilders/base.rb, line 46
        def insertBefore(node, refNode)
          raise NotImplementedError
        end