class Pathutil

def ===(other)

def ===(other)
  other.is_a?(self.class) && @path == other
end