# File lib/html5/html5parser/phase.rb, line 137
    def assert(value)
      throw AssertionError.new unless value
    end