# File lib/file/tail/group.rb, line 54
      def each_file(&block)
        each_tailer { |t| t.file }.map(&block)
      end