class Build::Files::Difference
def each
def each return to_enum(:each) unless block_given? @list.each do |path| yield path unless @excludes.include?(path) end end
def each return to_enum(:each) unless block_given? @list.each do |path| yield path unless @excludes.include?(path) end end