# File lib/pathutil.rb, line 141
  def ===(other)
    other.is_a?(self.class) && @path == other
  end