この宝石が呼び出されるファイルのパスを自動的に定義する宝石を書いています。
これがどのように機能するかは次のとおりです。
# inside some custom.rb file
require 'my_super_gem'
# after require gem should automatically define the path of custom.rb file
__FILE__
gem モジュール内は良い考えだと思いましたが、gem モジュールのパスを定義しますが、require 'my_super_gem'
.
可能な解決策はありますか?