72件ヒット
[1-72件を表示]
(0.091秒)
ライブラリ
-
rubygems
/ dependency _ list (24) -
rubygems
/ source _ index (24) -
rubygems
/ specification (24)
クラス
-
Gem
:: DependencyList (24) -
Gem
:: SourceIndex (24) -
Gem
:: Specification (24)
キーワード
-
find
_ name (12) -
original
_ name (12) -
remove
_ by _ name (12) -
remove
_ spec (12) - specification (12)
検索結果
先頭5件
-
Gem
:: Specification # full _ name -> String (21102.0) -
この Gem パッケージのバージョンを含む完全な名前 (name-version) を返します。
...この Gem パッケージのバージョンを含む完全な名前 (name-version) を返します。
プラットフォームの情報が指定されている場合は、それも含みます (name-version-platform)。... -
Gem
:: SourceIndex # specification(full _ name) -> Gem :: Specification | nil (6308.0) -
指定された名前の Gem::Specification オブジェクトを返します。
...指定された名前の Gem::Specification オブジェクトを返します。
@param full_name Gem のフルネームを指定します。... -
Gem
:: Specification # original _ name -> String (3007.0) -
このメソッドは後方互換性のために残されています。
...このメソッドは後方互換性のために残されています。
@see Gem::Specification#full_name... -
Gem
:: DependencyList # find _ name(full _ name) -> Gem :: Specification | nil (214.0) -
自身に含まれる与えられた名前を持つ Gem::Specification のインスタンスを返します。
...身に含まれる与えられた名前を持つ Gem::Specification のインスタンスを返します。
見つからなかった場合は nil を返します。
@param full_name バージョンを含むフルネームで Gem の名前を指定します。
@see Gem::Specification#full_name... -
Gem
:: DependencyList # remove _ by _ name(full _ name) -> Gem :: Specification (214.0) -
与えられた名前を持つ Gem::Specification を自身から削除します。
...名前を持つ Gem::Specification を自身から削除します。
このメソッドでは削除後の依存関係をチェックしません。
@param full_name バージョンを含むフルネームで Gem の名前を指定します。
@see Gem::Specification#full_name, Array#delete_if... -
Gem
:: SourceIndex # remove _ spec(full _ name) -> Gem :: Specification (202.0) -
引数で指定された名前を持つ Gem をインデックスから削除します。
引数で指定された名前を持つ Gem をインデックスから削除します。