class Build::Files::Directory

def eql?(other)

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