るりまサーチ

最速Rubyリファレンスマニュアル検索!
60件ヒット [1-60件を表示] (0.018秒)
トップページ > クエリ:directories[x]

別のキーワード

  1. gem directories
  2. rubygems directories
  3. indexer make_temp_directories
  4. sourceindex installed_spec_directories
  5. rubygems/indexer make_temp_directories

検索結果

Gem.#ensure_gem_subdirectories (6106.0)

Gem をインストールするために必要なサブディレクトリを適切に作成します。

...Gem をインストールするために必要なサブディレクトリを適切に作成します。

ディレクトリを作成する権限が無い場合もこのメソッドからは例外は発生しません。

@see Gem::DIRECTORIES...

Gem::DIRECTORIES -> Array (6101.0)

Gem のホームディレクトリ以下に作成されるサブディレクトリの配列。

Gem のホームディレクトリ以下に作成されるサブディレクトリの配列。

Gem::Indexer#make_temp_directories (6101.0)

一時的に使用するディレクトリを作成します。

一時的に使用するディレクトリを作成します。

Gem::SourceIndex.installed_spec_directories -> [String] (6101.0)

gemspec ファイルがインストールされているディレクトリのリストを返します。

gemspec ファイルがインストールされているディレクトリのリストを返します。

@see Gem.#path

ruby 1.6 feature (6.0)

ruby 1.6 feature ruby version 1.6 は安定版です。この版での変更はバグ修正がメイン になります。

...((<require|組み込み関数>)) / $LOAD_PATH

Changed to use a new algorithm to locate a library.

Now when requiring "foo", the following directories are searched for
the library in the order listed.

$prefix/lib/ruby/site_ruby/$ver/foo.rb
$prefix/lib/ruby/site_ruby/$ver/foo.so...

絞り込み条件を変える