gpt4 book ai didi

ruby - 从父目录加载文件

转载 作者:数据小太阳 更新时间:2023-10-29 06:52:19 25 4
gpt4 key购买 nike

我正在使用 Ruby 1.8,我有一个我想调用的脚本,但它位于父文件夹中。结构如下:

maindir/
neededscript.rb
subdir/
subdir2/
myscript.rb

如何从 myscript.rb 中获取 neededscript.rb

最佳答案

在 Ruby >=1.9 中你可以使用 require_relative方法

require_relative complements the builtin method require by allowing you to load a file that is relative to the file containing the require_relative statement.

require_relative '../../neededscript.rb'

关于ruby - 从父目录加载文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16833643/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com