[ruby/irb] Deal with inconsistency with ruby/ruby

https://github.com/ruby/irb/commit/41d5012849
This commit is contained in:
Takashi Kokubun 2022-11-19 21:34:46 -08:00 committed by git
parent 8512b97d27
commit 67034ac7e2

View File

@ -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