312件ヒット
[1-100件を表示]
(0.032秒)
別のキーワード
ライブラリ
クラス
-
Gem
:: Commands :: DependencyCommand (12) -
Gem
:: Indexer (12) -
Gem
:: SourceIndex (252) -
Gem
:: SourceInfoCache (12) -
Gem
:: SourceInfoCacheEntry (24)
キーワード
-
add
_ spec (12) -
add
_ specs (12) -
collect
_ specs (12) - dump (12)
- each (24)
-
find
_ gems (12) -
find
_ name (12) -
gem
_ signature (12) -
index
_ signature (12) -
latest
_ specs (12) - length (12)
-
load
_ gems _ in (12) - outdated (12)
- refresh (12)
- refresh! (12)
-
remove
_ spec (12) - search (24)
- size (24)
-
source
_ index (12) -
spec
_ dirs (12) -
spec
_ dirs= (12) - specification (12)
- update (12)
検索結果
先頭5件
- Gem
:: SourceIndex # gem _ signature(gem _ full _ name) -> String - Gem
:: SourceIndex # load _ gems _ in(*spec _ dirs) -> self - Gem
:: Commands :: DependencyCommand # find _ gems(name , source _ index) -> Hash - Gem
:: SourceIndex # find _ name(gem _ name , version _ requirement = Gem :: Requirement . default) -> Gem :: Specification - Gem
:: SourceIndex # search(gem _ pattern , platform _ only = false) -> [Gem :: Specification]
-
Gem
:: SourceIndex # gem _ signature(gem _ full _ name) -> String (12231.0) -
与えられた名前を持つ Gem の SHA256 ダイジェストを返します。
...与えられた名前を持つ Gem の SHA256 ダイジェストを返します。
@param gem_full_name Gem の名前を指定します。... -
Gem
:: SourceIndex # load _ gems _ in(*spec _ dirs) -> self (12101.0) -
引数で与えられたディレクトリに含まれる gemspec から自身を再構築して返します。
...引数で与えられたディレクトリに含まれる gemspec から自身を再構築して返します。
@param spec_dirs gemspec の含まれているディレクトリを複数指定します。... -
Gem
:: Commands :: DependencyCommand # find _ gems(name , source _ index) -> Hash (9147.0) -
与えられた Gem の名前をインデックスから検索します。
...与えられた Gem の名前をインデックスから検索します。
@param name Gem の名前を指定します。
@param source_index Gem::SourceIndex のインスタンスを指定します。
@see Gem::SourceIndex#search... -
Gem
:: SourceIndex # find _ name(gem _ name , version _ requirement = Gem :: Requirement . default) -> Gem :: Specification (6338.0) -
短い名前で正確にマッチする Gem を返します。
...短い名前で正確にマッチする Gem を返します。
@param gem_name Gem の名前を指定します。
@param version_requirement
@see Gem::Requirement... -
Gem
:: SourceIndex # search(gem _ pattern , platform _ only = false) -> [Gem :: Specification] (6237.0) -
引数で指定された条件を満たす Gem のリストを返します。
...引数で指定された条件を満たす Gem のリストを返します。
@param gem_pattern 検索したい Gem を表す Gem::Dependency のインスタンスを指定します。
@param platform_only 真を指定するとプラットフォームが一致するもののみを返します。... -
Gem
:: SourceIndex # add _ spec(gem _ spec) -> Gem :: Specification (6231.0) -
自身に引数で与えられた Gem::Specification のインスタンスを追加します。
...自身に引数で与えられた Gem::Specification のインスタンスを追加します。
@param gem_spec Gem::Specification のインスタンスを指定します。... -
Gem
:: SourceIndex # add _ specs(*gem _ specs) -> Hash (6130.0) -
自身に引数で与えられた Gem::Specification のインスタンスを全て追加します。
...自身に引数で与えられた Gem::Specification のインスタンスを全て追加します。
@param gem_specs 複数の Gem::Specification のインスタンスを指定します。... -
Gem
:: SourceIndex # specification(full _ name) -> Gem :: Specification | nil (6124.0) -
指定された名前の Gem::Specification オブジェクトを返します。
...指定された名前の Gem::Specification オブジェクトを返します。
@param full_name Gem のフルネームを指定します。... -
Gem
:: SourceIndex # each {|full _ name , gem| . . . } -> Hash (6118.0) -
自身に登録されているそれぞれの Gem についてブロックを評価します。
...自身に登録されているそれぞれの Gem についてブロックを評価します。...