168件ヒット
[1-100件を表示]
(0.089秒)
クラス
-
Gem
:: SourceIndex (168)
キーワード
-
add
_ spec (12) -
add
_ specs (12) - each (24)
-
find
_ name (12) -
gem
_ signature (12) -
index
_ signature (12) -
latest
_ specs (12) -
load
_ gems _ in (12) - outdated (12)
-
remove
_ spec (12) - search (12)
- specification (12)
- update (12)
検索結果
先頭5件
- Gem
:: SourceIndex # find _ name(gem _ name , version _ requirement = Gem :: Requirement . default) -> Gem :: Specification - Gem
:: SourceIndex # specification(full _ name) -> Gem :: Specification | nil - Gem
:: SourceIndex # add _ spec(gem _ spec) -> Gem :: Specification - Gem
:: SourceIndex # add _ specs(*gem _ specs) -> Hash - Gem
:: SourceIndex # each -> Enumerator
-
Gem
:: SourceIndex # find _ name(gem _ name , version _ requirement = Gem :: Requirement . default) -> Gem :: Specification (6203.0) -
短い名前で正確にマッチする Gem を返します。
...短い名前で正確にマッチする Gem を返します。
@param gem_name Gem の名前を指定します。
@param version_requirement
@see Gem::Requirement... -
Gem
:: SourceIndex # specification(full _ name) -> Gem :: Specification | nil (6203.0) -
指定された名前の Gem::Specification オブジェクトを返します。
...指定された名前の Gem::Specification オブジェクトを返します。
@param full_name Gem のフルネームを指定します。... -
Gem
:: SourceIndex # add _ spec(gem _ spec) -> Gem :: Specification (6103.0) -
自身に引数で与えられた Gem::Specification のインスタンスを追加します。
...自身に引数で与えられた Gem::Specification のインスタンスを追加します。
@param gem_spec Gem::Specification のインスタンスを指定します。... -
Gem
:: SourceIndex # add _ specs(*gem _ specs) -> Hash (6103.0) -
自身に引数で与えられた Gem::Specification のインスタンスを全て追加します。
...自身に引数で与えられた Gem::Specification のインスタンスを全て追加します。
@param gem_specs 複数の Gem::Specification のインスタンスを指定します。... -
Gem
:: SourceIndex # each -> Enumerator (6103.0) -
自身に登録されているそれぞれの Gem についてブロックを評価します。
自身に登録されているそれぞれの Gem についてブロックを評価します。 -
Gem
:: SourceIndex # each {|full _ name , gem| . . . } -> Hash (6103.0) -
自身に登録されているそれぞれの Gem についてブロックを評価します。
自身に登録されているそれぞれの Gem についてブロックを評価します。 -
Gem
:: SourceIndex # gem _ signature(gem _ full _ name) -> String (6103.0) -
与えられた名前を持つ Gem の SHA256 ダイジェストを返します。
...与えられた名前を持つ Gem の SHA256 ダイジェストを返します。
@param gem_full_name Gem の名前を指定します。... -
Gem
:: SourceIndex # index _ signature -> String (6103.0) -
ソースインデックスの SHA256 ダイジェストを返します。
...ソースインデックスの SHA256 ダイジェストを返します。
この値はインデックスが変更されると変化します。... -
Gem
:: SourceIndex # latest _ specs -> Array (6103.0) -
自身に含まれる最新の Gem::Specification のリストを返します。
...自身に含まれる最新の Gem::Specification のリストを返します。...