60件ヒット
[1-60件を表示]
(0.145秒)
ライブラリ
クラス
-
Gem
:: GemPathSearcher (36) -
Gem
:: SourceIndex (12) -
Gem
:: SourceInfoCache (12)
キーワード
- find (12)
-
find
_ all (12) -
init
_ gemspecs (12)
検索結果
先頭5件
- Gem
:: SourceInfoCache # search(pattern , platform _ only = false , all = false) -> [Gem :: Specification] - Gem
:: SourceIndex # search(gem _ pattern , platform _ only = false) -> [Gem :: Specification] - Gem
:: GemPathSearcher # init _ gemspecs -> [Gem :: Specification] - Gem
:: GemPathSearcher # find(path) -> Gem :: Specification | nil - Gem
:: GemPathSearcher # find _ all(path) -> [Gem :: Specification]
-
Gem
:: SourceInfoCache # search(pattern , platform _ only = false , all = false) -> [Gem :: Specification] (18308.0) -
与えられた条件を満たす Gem::Specification のリストを返します。
...::Specification のリストを返します。
@param pattern 検索したい Gem を表す Gem::Dependency のインスタンスを指定します。
@param platform_only 真を指定するとプラットフォームが一致するもののみを返します。デフォルトは偽です。
@par......am all 真を指定するとキャッシュを更新してから検索を実行します。
@see Gem::SourceIndex#search... -
Gem
:: SourceIndex # search(gem _ pattern , platform _ only = false) -> [Gem :: Specification] (18302.0) -
引数で指定された条件を満たす Gem のリストを返します。
...引数で指定された条件を満たす Gem のリストを返します。
@param gem_pattern 検索したい Gem を表す Gem::Dependency のインスタンスを指定します。
@param platform_only 真を指定するとプラットフォームが一致するもののみを返します。... -
Gem
:: GemPathSearcher # init _ gemspecs -> [Gem :: Specification] (9301.0) -
インストール済みの Gem の Gem::Specification のリストを返します。
...インストール済みの Gem の Gem::Specification のリストを返します。
リストはアルファベット順かつバージョンの新しい順にソートされています。... -
Gem
:: GemPathSearcher # find(path) -> Gem :: Specification | nil (6201.0) -
与えられたパスにマッチする Gem::Specification を一つだけ返します。
...与えられたパスにマッチする Gem::Specification を一つだけ返します。
@see Enumerable#find... -
Gem
:: GemPathSearcher # find _ all(path) -> [Gem :: Specification] (6201.0) -
与えられたパスにマッチする Gem::Specification を全て返します。
...与えられたパスにマッチする Gem::Specification を全て返します。
@see Enumerable#find_all...