84件ヒット
[1-84件を表示]
(0.036秒)
別のキーワード
ライブラリ
クラス
-
Gem
:: DependencyList (12) -
Gem
:: SourceIndex (60) -
Gem
:: SourceInfoCacheEntry (12)
キーワード
-
from
_ gems _ in (12) -
from
_ installed _ gems (12) -
from
_ source _ index (12) -
installed
_ spec _ directories (12) -
load
_ specification (12) - new (24)
検索結果
先頭5件
- Gem
:: SourceIndex . from _ installed _ gems(*deprecated) -> Gem :: SourceIndex - Gem
:: SourceIndex . from _ gems _ in(*spec _ dirs) -> Gem :: SourceIndex - Gem
:: SourceIndex . new(specifications = {}) -> Gem :: SourceIndex - Gem
:: SourceIndex . load _ specification(file _ name) -> Gem :: Specification | nil - Gem
:: SourceIndex . installed _ spec _ directories -> [String]
-
Gem
:: SourceIndex . from _ installed _ gems(*deprecated) -> Gem :: SourceIndex (12315.0) -
与えられたパスをもとに、インスタンスを作成するファクトリメソッドです。
...与えられたパスをもとに、インスタンスを作成するファクトリメソッドです。
@param deprecated この引数は非推奨です。後方互換性のためにのみ提供されているので使用すべきではありません。
@see Gem::SourceIndex.from_gems_in... -
Gem
:: SourceIndex . from _ gems _ in(*spec _ dirs) -> Gem :: SourceIndex (12303.0) -
引数で与えられたディレクトリに置かれている Ruby スクリプト形式の gemspec ファイルを使用して 新しいインスタンスを作成します。
...引数で与えられたディレクトリに置かれている Ruby スクリプト形式の gemspec ファイルを使用して
新しいインスタンスを作成します。
@param spec_dirs gemspec ファイルが置かれているディレクトリを一つ以上指定します。... -
Gem
:: SourceIndex . new(specifications = {}) -> Gem :: SourceIndex (6215.0) -
与えられたハッシュを元に自身を初期化します。
...与えられたハッシュを元に自身を初期化します。
@param specifications キーを Gem の名前、値を Gem::Specification のインスタンスとするハッシュを指定します。... -
Gem
:: SourceIndex . load _ specification(file _ name) -> Gem :: Specification | nil (6118.0) -
与えられたファイル名から Ruby スクリプト形式の gemspec をロードして Gem::Specification のインスタンスを返します。
...y スクリプト形式の gemspec をロードして
Gem::Specification のインスタンスを返します。
@param file_name ファイル名を指定します。
@raise SignalException gemspec をロードしているときに発生します。
@raise SystemExit gemspec をロードしてい... -
Gem
:: SourceIndex . installed _ spec _ directories -> [String] (6007.0) -
gemspec ファイルがインストールされているディレクトリのリストを返します。
...
gemspec ファイルがインストールされているディレクトリのリストを返します。
@see Gem.#path... -
Gem
:: DependencyList . from _ source _ index(src _ index) -> Gem :: DependencyList (3158.0) -
与えられた Gem::SourceIndex のインスタンスから自身を作成します。
...与えられた Gem::SourceIndex のインスタンスから自身を作成します。
@param src_index Gem::SourceIndex を指定します。
@see Gem::SourceIndex... -
Gem
:: SourceInfoCacheEntry . new(si , size) -> Gem :: SourceInfoCacheEntry (3114.0) -
キャッシュのエントリを作成します。
...キャッシュのエントリを作成します。
@param si Gem::SourceIndex のインスタンスを指定します。
@param size エントリのサイズを指定します。...