我实际上正在编写自己的 RubyGem。
如何获得 RubyGem 的路径,即要求?
require "./mygeminternally.rb"
# => the path (actually "./") must be the path to the internals of the gem while it is being compiled
只是Dir.getwd
吗?我需要一种方法来为我提供 gem 的路径,以便我可以使用内部模板。请注意,在编译 gem 时必须访问模板或配置文件,这是否像选择正确的路径一样容易?
你的,
乔恩