[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 коммит произвёл git
Родитель 8512b97d27
Коммит 67034ac7e2
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

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