DM

Results 2 issues of DM

String is no more an Enumerable

### Describe the problem Timeout isn't working as expected if both stdout and stderr are redirected. ### Steps to reproduce the problem ```ruby TTY::Command.new(printer: :quiet).run!('sleep 5', timeout: 1, [:out, :err]...

bug