aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/help.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/irb/help.rb')
-rw-r--r--lib/irb/help.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb/help.rb b/lib/irb/help.rb
index a4264ab4ab..7868a70a6c 100644
--- a/lib/irb/help.rb
+++ b/lib/irb/help.rb
@@ -10,7 +10,7 @@
#
#
-require 'irb/magic-file'
+require_relative 'magic-file'
module IRB
# Outputs the irb help message, see IRB@Command+line+options.