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 d605116 commit 298fcb5Copy full SHA for 298fcb5
test/irb/test_cmd.rb
@@ -416,7 +416,7 @@ def test_help
416
])
417
IRB.conf[:PROMPT_MODE] = :SIMPLE
418
irb = IRB::Irb.new(IRB::WorkSpace.new(self), input)
419
- out, err = capture_output do
+ out, _ = capture_output do
420
irb.eval_input
421
end
422
@@ -437,7 +437,7 @@ def test_help_without_rdoc
437
438
439
440
441
IRB::TestHelper.without_rdoc do
442
443
0 commit comments