396件ヒット
[1-100件を表示]
(0.061秒)
種類
- インスタンスメソッド (300)
- 特異メソッド (72)
- モジュール関数 (12)
- クラス (12)
ライブラリ
- rubygems (12)
-
rubygems
/ commands / dependency _ command (12) -
rubygems
/ dependency _ list (12) -
rubygems
/ indexer (12) -
rubygems
/ source _ index (324) -
rubygems
/ source _ info _ cache _ entry (24)
クラス
-
Gem
:: Commands :: DependencyCommand (12) -
Gem
:: DependencyList (12) -
Gem
:: Indexer (12) -
Gem
:: SourceIndex (312) -
Gem
:: SourceInfoCacheEntry (24)
モジュール
- Gem (12)
キーワード
-
add
_ spec (12) -
add
_ specs (12) -
collect
_ specs (12) - dump (12)
- each (24)
-
find
_ gems (12) -
find
_ name (12) -
from
_ gems _ in (12) -
from
_ installed _ gems (12) -
from
_ source _ index (12) -
gem
_ signature (12) -
index
_ signature (12) -
installed
_ spec _ directories (12) -
latest
_ specs (12) - length (12)
-
load
_ gems _ in (12) -
load
_ specification (12) - new (12)
- outdated (12)
- refresh (12)
- refresh! (12)
-
remove
_ spec (12) - search (12)
- size (24)
-
source
_ index (24) -
spec
_ dirs (12) -
spec
_ dirs= (12) - specification (12)
- update (12)
検索結果
先頭5件
-
Gem
:: SourceIndex (24000.0) -
個々のソースから取得した全ての有効な Gem パッケージをインデックス化するためのクラスです。
個々のソースから取得した全ての有効な Gem パッケージをインデックス化するためのクラスです。
Gem パッケージのフルネームと それぞれの Gem::Specification オブジェクトを対応付けます。 -
Gem
:: DependencyList . from _ source _ index(src _ index) -> Gem :: DependencyList (12428.0) -
与えられた Gem::SourceIndex のインスタンスから自身を作成します。
...与えられた Gem::SourceIndex のインスタンスから自身を作成します。
@param src_index Gem::SourceIndex を指定します。
@see Gem::SourceIndex... -
Gem
:: SourceIndex # index _ signature -> String (12100.0) -
ソースインデックスの SHA256 ダイジェストを返します。
ソースインデックスの SHA256 ダイジェストを返します。
この値はインデックスが変更されると変化します。 -
Gem
:: SourceIndex # spec _ dirs=(dirs) (9216.0) -
Gem::SourceIndex#refresh! で自身を更新する時に使用するディレクトリを設定します。
...Gem::SourceIndex#refresh! で自身を更新する時に使用するディレクトリを設定します。... -
Gem
:: SourceIndex . from _ installed _ gems(*deprecated) -> Gem :: SourceIndex (9207.0) -
与えられたパスをもとに、インスタンスを作成するファクトリメソッドです。
...与えられたパスをもとに、インスタンスを作成するファクトリメソッドです。
@param deprecated この引数は非推奨です。後方互換性のためにのみ提供されているので使用すべきではありません。
@see Gem::SourceIndex.from_gems_in... -
Gem
:: SourceIndex # spec _ dirs -> [String] (9116.0) -
Gem::SourceIndex#refresh! で自身を更新する時に使用するディレクトリを取得します。
...Gem::SourceIndex#refresh! で自身を更新する時に使用するディレクトリを取得します。... -
Gem
:: SourceIndex # add _ spec(gem _ spec) -> Gem :: Specification (9100.0) -
自身に引数で与えられた Gem::Specification のインスタンスを追加します。
自身に引数で与えられた Gem::Specification のインスタンスを追加します。
@param gem_spec Gem::Specification のインスタンスを指定します。 -
Gem
:: SourceIndex # add _ specs(*gem _ specs) -> Hash (9100.0) -
自身に引数で与えられた Gem::Specification のインスタンスを全て追加します。
自身に引数で与えられた Gem::Specification のインスタンスを全て追加します。
@param gem_specs 複数の Gem::Specification のインスタンスを指定します。 -
Gem
:: SourceIndex # dump -> () (9100.0) -
自身を Marshal.#dump します。
...自身を Marshal.#dump します。...