Pry buffers output when used with "tee" command; Pry issue #1334

by abargnesi
GNU/Linux ◆ rxvt-unicode-256color ◆ bash 1584 views

When running “pry | tee out.log” the result of Ruby expressions will not be outputted until EOF or the pry session ends.

https://github.com/pry/pry/issues/1334