We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182d1c7 commit c30da33Copy full SHA for c30da33
test/reline/test_within_pipe.rb
@@ -9,7 +9,7 @@ def setup
9
@reader, @output_writer = IO.pipe(@encoding)
10
@output = Reline.output = @output_writer
11
@config = Reline.send(:core).config
12
- @config.keyseq_timeout *= 600 if defined?(RubyVM::MJIT) && RubyVM::MJIT.enabled? # for --jit-wait CI
+ @config.keyseq_timeout *= 600 if defined?(RubyVM::RJIT) && RubyVM::RJIT.enabled? # for --jit-wait CI
13
@line_editor = Reline.send(:core).line_editor
14
end
15
0 commit comments