120件ヒット
[1-100件を表示]
(0.014秒)
クラス
-
Gem
:: SourceIndex (120)
キーワード
-
add
_ spec (12) -
add
_ specs (12) -
find
_ name (12) -
latest
_ specs (12) -
load
_ gems _ in (12) -
remove
_ spec (12) - search (12)
-
spec
_ dirs (12) -
spec
_ dirs= (12) - specification (12)
検索結果
先頭5件
-
Gem
:: SourceIndex # add _ spec(gem _ spec) -> Gem :: Specification (6311.0) -
自身に引数で与えられた Gem::Specification のインスタンスを追加します。
...自身に引数で与えられた Gem::Specification のインスタンスを追加します。
@param gem_spec Gem::Specification のインスタンスを指定します。... -
Gem
:: SourceIndex # remove _ spec(full _ name) -> Gem :: Specification (6204.0) -
引数で指定された名前を持つ Gem をインデックスから削除します。
引数で指定された名前を持つ Gem をインデックスから削除します。 -
Gem
:: SourceIndex # add _ specs(*gem _ specs) -> Hash (6203.0) -
自身に引数で与えられた Gem::Specification のインスタンスを全て追加します。
...自身に引数で与えられた Gem::Specification のインスタンスを全て追加します。
@param gem_specs 複数の Gem::Specification のインスタンスを指定します。... -
Gem
:: SourceIndex # specification(full _ name) -> Gem :: Specification | nil (6203.0) -
指定された名前の Gem::Specification オブジェクトを返します。
...指定された名前の Gem::Specification オブジェクトを返します。
@param full_name Gem のフルネームを指定します。... -
Gem
:: SourceIndex # spec _ dirs -> [String] (6104.0) -
Gem::SourceIndex#refresh! で自身を更新する時に使用するディレクトリを取得します。
Gem::SourceIndex#refresh! で自身を更新する時に使用するディレクトリを取得します。 -
Gem
:: SourceIndex # spec _ dirs=(dirs) (6104.0) -
Gem::SourceIndex#refresh! で自身を更新する時に使用するディレクトリを設定します。
Gem::SourceIndex#refresh! で自身を更新する時に使用するディレクトリを設定します。 -
Gem
:: SourceIndex # latest _ specs -> Array (6103.0) -
自身に含まれる最新の Gem::Specification のリストを返します。
...自身に含まれる最新の Gem::Specification のリストを返します。... -
Gem
:: SourceIndex # load _ gems _ in(*spec _ dirs) -> self (110.0) -
引数で与えられたディレクトリに含まれる gemspec から自身を再構築して返します。
...引数で与えられたディレクトリに含まれる gemspec から自身を再構築して返します。
@param spec_dirs gemspec の含まれているディレクトリを複数指定します。... -
Gem
:: SourceIndex # find _ name(gem _ name , version _ requirement = Gem :: Requirement . default) -> Gem :: Specification (103.0) -
短い名前で正確にマッチする Gem を返します。
短い名前で正確にマッチする Gem を返します。
@param gem_name Gem の名前を指定します。
@param version_requirement
@see Gem::Requirement