# File lib/yard/code_objects/proxy.rb, line 128 def equal?(other) if other.respond_to? :path path == other.path else false end end