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 478f19f commit 453e4daCopy full SHA for 453e4da
test/irb/helper.rb
@@ -1,5 +1,9 @@
1
require "test/unit"
2
3
+module IRB
4
+ class InputMethod; end
5
+end
6
+
7
module TestIRB
8
class TestCase < Test::Unit::TestCase
9
class TestInputMethod < ::IRB::InputMethod
0 commit comments