1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Reline::GeneralIO should work fine without tty

This commit is contained in:
aycabta 2021-09-01 16:19:31 +09:00
parent cb3df3d87b
commit ba0464e0cf
Notes: git 2021-09-01 17:29:28 +09:00

View file

@ -24,6 +24,7 @@ class Reline::GeneralIO
end
@@buf = []
@@input = STDIN
def self.input=(val)
@@input = val