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