class Build::Files::Paths

def eql?(other)

def eql?(other)
	self.class.eql?(other.class) and @list.eql?(other.list)
end