# File lib/yard/tags/overload_tag.rb, line 34 def is_a?(other) object.is_a?(other) || self.class >= other.class || false end