global

def <=>(other) # :nodoc:

:nodoc:
def <=>(other) # :nodoc:
  return nil unless self.class === other
  [path, problem] <=> [other.path, other.problem]
end