Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は実際に自分のRubygemを書いています。まだ梱包されておらず、開発中です。
Gem内のファイルへのパスを取得するにはどうすればよいですか?また、gemが呼び出された場所からパスを取得するにはどうすればよいですか?
gemが存在するパスを取得するには:
File.expand_path(File.join(File.dirname(__FILE__), '..'))
宝石がどこから呼ばれるか:
current_dir = Dir.pwd