summaryrefslogtreecommitdiff
path: root/ext/psych/lib/psych/core_ext.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/psych/lib/psych/core_ext.rb')
-rw-r--r--ext/psych/lib/psych/core_ext.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/psych/lib/psych/core_ext.rb b/ext/psych/lib/psych/core_ext.rb
index 81055cc501..0721a133c3 100644
--- a/ext/psych/lib/psych/core_ext.rb
+++ b/ext/psych/lib/psych/core_ext.rb
@@ -15,5 +15,5 @@ class Object
end
if defined?(::IRB)
- require 'psych/y'
+ require_relative 'y'
end