るりまサーチ (Ruby 2.5.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.034秒)
トップページ > バージョン:2.5.0[x] > クラス:Gem::Specification[x] > クエリ:IO[x] > クエリ:require_path=[x] > 種類:インスタンスメソッド[x]

別のキーワード

  1. kernel require
  2. getoptlong require_order
  3. rubygems/custom_require require
  4. irb/ext/use-loader irb_require
  5. require execute

ライブラリ

検索結果

Gem::Specification#require_path=(path) (63307.0)

Gem::Specification#require_paths= の単数バージョンです。

...
Gem::Specification
#require_paths= の単数バージョンです。

@param path この Gem パッケージを使用した際に require するファイルが置かれているディレクトリを指定します。

@see Gem::Specification#require_paths=...