diff options
Diffstat (limited to 'lib/irb/xmp.rb')
-rw-r--r-- | lib/irb/xmp.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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. |