ライブラリ
-
rdoc
/ context (12) -
rdoc
/ top _ level (12) - rss (12)
-
rubygems
/ commands / lock _ command (12) -
rubygems
/ dependency _ list (36) -
rubygems
/ package / tar _ reader / entry (12) -
rubygems
/ source _ index (60) -
rubygems
/ specification (24)
クラス
-
Gem
:: Commands :: LockCommand (12) -
Gem
:: DependencyList (36) -
Gem
:: Package :: TarReader :: Entry (12) -
Gem
:: SourceIndex (60) -
Gem
:: Specification (24) -
RDoc
:: Context (12) -
RDoc
:: TopLevel (12) -
RSS
:: Element (12)
キーワード
- <=> (12)
- each (24)
-
find
_ name (12) -
gem
_ signature (12) -
ok
_ to _ remove? (12) -
original
_ name (12) -
remove
_ by _ name (12) -
remove
_ spec (12) -
spec
_ path (12) - specification (12)
検索結果
先頭5件
-
Gem
:: SourceIndex # gem _ signature(gem _ full _ name) -> String (107.0) -
与えられた名前を持つ Gem の SHA256 ダイジェストを返します。
...与えられた名前を持つ Gem の SHA256 ダイジェストを返します。
@param gem_full_name Gem の名前を指定します。... -
Gem
:: SourceIndex # specification(full _ name) -> Gem :: Specification | nil (107.0) -
指定された名前の Gem::Specification オブジェクトを返します。
...指定された名前の Gem::Specification オブジェクトを返します。
@param full_name Gem のフルネームを指定します。... -
Gem
:: SourceIndex # each {|full _ name , gem| . . . } -> Hash (101.0) -
自身に登録されているそれぞれの Gem についてブロックを評価します。
自身に登録されているそれぞれの Gem についてブロックを評価します。 -
Gem
:: SourceIndex # remove _ spec(full _ name) -> Gem :: Specification (101.0) -
引数で指定された名前を持つ Gem をインデックスから削除します。
引数で指定された名前を持つ Gem をインデックスから削除します。 -
RDoc
:: Context # <=>(other) -> -1 | 0 | 1 (16.0) -
自身と other の full_name を比較した結果を返します。
...自身と other の full_name を比較した結果を返します。
ソートのために使われます。
@param other 自身と比較したいオブジェクトを指定します。... -
Gem
:: Specification # original _ name -> String (6.0) -
このメソッドは後方互換性のために残されています。
...このメソッドは後方互換性のために残されています。
@see Gem::Specification#full_name... -
Gem
:: SourceIndex # each -> Enumerator (1.0) -
自身に登録されているそれぞれの Gem についてブロックを評価します。
自身に登録されているそれぞれの Gem についてブロックを評価します。