Skip to content

Commit c0598f8

Browse files
authored
Use require_relative for yarp/ffi
1 parent b6f51f2 commit c0598f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/yarp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,5 +515,5 @@ def self.parse_serialize_file(filepath)
515515
if RUBY_ENGINE == "ruby" and !ENV["YARP_FFI_BACKEND"]
516516
require "yarp/yarp"
517517
else
518-
require "yarp/ffi"
518+
require_relative "yarp/ffi"
519519
end

0 commit comments

Comments
 (0)