зеркало из https://github.com/github/ruby.git
[ruby/yarp] Use require_relative for yarp/ffi
https://github.com/ruby/yarp/commit/c0598f8805
This commit is contained in:
Родитель
837c12b0c8
Коммит
2d75069779
|
@ -515,5 +515,5 @@ require_relative "yarp/pack"
|
|||
if RUBY_ENGINE == "ruby" and !ENV["YARP_FFI_BACKEND"]
|
||||
require "yarp/yarp"
|
||||
else
|
||||
require "yarp/ffi"
|
||||
require_relative "yarp/ffi"
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче