mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/reline] Fix missing require.
https://github.com/ruby/reline/commit/010b28dfe9
This commit is contained in:
parent
e788481843
commit
bf376cae0c
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
require 'io/console'
|
||||
require 'io/wait'
|
||||
require 'timeout'
|
||||
require_relative 'terminfo'
|
||||
|
||||
|
|
Loading…
Reference in a new issue