# File lib/html5/sanitizer.rb, line 181
    def each
      super do |token|
        yield(sanitize_token(token))
      end
    end