別のキーワード
種類
- 特異メソッド (12)
- 文書 (12)
- 定数 (12)
- モジュール関数 (12)
- インスタンスメソッド (12)
ライブラリ
- rubygems (24)
-
rubygems
/ indexer (12) -
rubygems
/ source _ index (12)
クラス
-
Gem
:: Indexer (12) -
Gem
:: SourceIndex (12)
モジュール
- Gem (24)
キーワード
- DIRECTORIES (12)
-
ensure
_ gem _ subdirectories (12) -
installed
_ spec _ directories (12) -
make
_ temp _ directories (12) -
ruby 1
. 6 feature (12)
検索結果
先頭5件
-
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...