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:
parent
cb3df3d87b
commit
ba0464e0cf
Notes:
git
2021-09-01 17:29:28 +09:00
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ class Reline::GeneralIO
|
|||
end
|
||||
|
||||
@@buf = []
|
||||
@@input = STDIN
|
||||
|
||||
def self.input=(val)
|
||||
@@input = val
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue