[ruby/irb] Deal with inconsistency with ruby/ruby
https://github.com/ruby/irb/commit/41d5012849
This commit is contained in:
parent
8512b97d27
commit
67034ac7e2
@ -1,4 +1,8 @@
|
||||
require "test/unit"
|
||||
begin
|
||||
require_relative "../lib/helper"
|
||||
rescue LoadError # ruby/ruby defines helpers differently
|
||||
end
|
||||
|
||||
module IRB
|
||||
class InputMethod; end
|
||||
|
Loading…
x
Reference in New Issue
Block a user