E
ErMaker
[Note: parts of this message were removed to make it a legal post.]
TypeError: can't convert StringIO into String
from (irb):1:in `reopen'
from (irb):1=> #<IO:0x2a81630>
StringIO also do as IO, but IO#reopen fails.
I want to redirect stderr to StringIO, but it doesn't work.
TypeError: can't convert StringIO into String
from (irb):1:in `reopen'
from (irb):1=> #<IO:0x2a81630>
StringIO also do as IO, but IO#reopen fails.
I want to redirect stderr to StringIO, but it doesn't work.