[ruby/irb] Require pathname in test helper

(https://github.com/ruby/irb/pull/467)

https://github.com/ruby/irb/commit/39c6924c12
This commit is contained in:
Stan Lo 2022-12-02 22:00:39 +00:00 committed by git
parent 41bacd9b0d
commit 7161bf34e1

View File

@ -1,4 +1,6 @@
require "test/unit"
require "pathname"
begin
require_relative "../lib/helper"
rescue LoadError # ruby/ruby defines helpers differently