# File lib/yard/code_objects/base.rb, line 188
        def ===(other)
          other.is_a?(self)
        end