We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f51f2 commit c0598f8Copy full SHA for c0598f8
lib/yarp.rb
@@ -515,5 +515,5 @@ def self.parse_serialize_file(filepath)
515
if RUBY_ENGINE == "ruby" and !ENV["YARP_FFI_BACKEND"]
516
require "yarp/yarp"
517
else
518
- require "yarp/ffi"
+ require_relative "yarp/ffi"
519
end
0 commit comments