class Build::Files::Difference

def include?(path)

def include?(path)
	@list.includes?(path) and !@excludes.include?(path)
end