From d32229e33872d3c64d21dd016ec85a6b3e605890 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 12 Aug 2020 11:20:35 +0900 Subject: [ruby/irb] Prefer require_relative to load the files in this library https://github.com/ruby/irb/commit/0ac3bc7296 --- lib/irb/xmp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/irb/xmp.rb') diff --git a/lib/irb/xmp.rb b/lib/irb/xmp.rb index 60cf3b4e4d..88cbd88525 100644 --- a/lib/irb/xmp.rb +++ b/lib/irb/xmp.rb @@ -10,7 +10,7 @@ # # -require "irb" +require_relative "../irb" require_relative "frame" # An example printer for irb. -- cgit v1.2.3