class Build::Files::Directory

def eql?(other)

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