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 ae0e5bb commit 036ec31Copy full SHA for 036ec31
test/irb/test_context.rb
@@ -93,7 +93,7 @@ def test_eval_input_raise2x
93
def test_prompt_n_deprecation
94
irb = IRB::Irb.new(IRB::WorkSpace.new(Object.new))
95
96
- out, err = capture_output do
+ _, err = capture_output do
97
irb.context.prompt_n = "foo"
98
irb.context.prompt_n
99
end
test/irb/test_irb.rb
@@ -94,8 +94,8 @@ def dynamic_prompt(&block)
def setup
- @irb = build_irb
save_encodings
+ @irb = build_irb
100
101
def teardown
0 commit comments