We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb1757 commit 41d5012Copy full SHA for 41d5012
1 file changed
test/irb/helper.rb
@@ -1,4 +1,8 @@
1
require "test/unit"
2
+begin
3
+ require_relative "../lib/helper"
4
+rescue LoadError # ruby/ruby defines helpers differently
5
+end
6
7
module IRB
8
class InputMethod; end
0 commit comments