class Build::Files::Directory
def each
def each return to_enum(:each) unless block_given? Dir.glob(@path + "**/*") do |path| yield Path.new(path, @path.root) end end
def each return to_enum(:each) unless block_given? Dir.glob(@path + "**/*") do |path| yield Path.new(path, @path.root) end end