# File lib/yard/parser/ruby/ast_node.rb, line 165
        def ==(ast)
          super && type == ast.type
        end