# File lib/yard/code_objects/proxy.rb, line 110 def ===(other) if obj = to_obj obj === other else self.class <= other.class end end