るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.083秒)
トップページ > 種類:モジュール関数[x] > クエリ:file[x] > クエリ:path[x] > クエリ:require_relative[x]

別のキーワード

  1. _builtin path
  2. pathname to_path
  3. _builtin absolute_path
  4. _builtin to_path
  5. file path

ライブラリ

モジュール

検索結果

Kernel.#require_relative(relative_feature) -> bool (18132.0)

現在のファイルからの相対パスで require します。

...イルからの相対パスで require します。

require File.expand_path(relative_feature, File.dirname(__FILE__))
とほぼ同じです。

Kernel.#eval などで文字列を評価した場合に、そこから
require_relative
を呼出すと必ず失敗します。

@param relative_feature...