# File lib/file/tail/group.rb, line 65
      def stop
        each_tailer { |t| t.stop }
        each_tailer { |t| t.join }
        self
      end