class Build::Files::Path

def eql?(other)

def eql?(other)
	@full_path.eql?(other.to_s)
end