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.
とクラスxの両方を含む宝石であると仮定します。HelloGoodbye
x
Hello
Goodbye
クラスrequire 'x'のみを使用するプログラムを作成するとします。クラスもロードされていますかHello?Goodbye
require 'x'
gem ではなく、スクリプトまたはファイルを含めます。
と
ファイルをロードしますx.rb。ロードx.rbするものは検索パスによって定義され、検索パスは gem 定義 (サンプル コードで使用しなかったもの) によって変更できます。
x.rb
ファイル内のすべてx.rbがロードされます。x.rb他のコマンドが含まれている場合require、それらのファイルも読み込まれます。
require