class Build::Files::Composite
def each
def each return to_enum(:each) unless block_given? @files.each do |files| files.each{|path| yield path} end end
def each return to_enum(:each) unless block_given? @files.each do |files| files.each{|path| yield path} end end