defs.define_constant('Nokogiri::HTML::SAX::PushParser') do |klass|
    klass.inherits(defs.constant_proxy('Nokogiri::XML::SAX::PushParser', RubyLint.registry))

    klass.define_instance_method('initialize') do |method|
      method.define_optional_argument('doc')