# File lib/yard/code_objects/base.rb, line 82
        def ===(other)
          self >= other.class ? true : false
        end