class Build::Files::Paths

def eql?(other)

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