120件ヒット
[101-120件を表示]
(0.077秒)
別のキーワード
ライブラリ
-
rubygems
/ platform (24) -
rubygems
/ source _ index (12) -
rubygems
/ source _ info _ cache (12) -
rubygems
/ specification (60) -
rubygems
/ version _ option (12)
クラス
-
Gem
:: Platform (24) -
Gem
:: SourceIndex (12) -
Gem
:: SourceInfoCache (12) -
Gem
:: Specification (60)
モジュール
-
Gem
:: VersionOption (12)
キーワード
-
add
_ platform _ option (12) -
full
_ name (12) -
original
_ platform (12) -
original
_ platform= (12) - platform= (12)
- search (24)
- version (12)
- version= (12)
検索結果
先頭2件
-
Gem
:: SourceIndex # search(gem _ pattern , platform _ only = false) -> [Gem :: Specification] (208.0) -
引数で指定された条件を満たす Gem のリストを返します。
...満たす Gem のリストを返します。
@param gem_pattern 検索したい Gem を表す Gem::Dependency のインスタンスを指定します。
@param platform_only 真を指定するとプラットフォームが一致するもののみを返します。デフォルトは偽です。... -
Gem
:: SourceInfoCache # search(pattern , platform _ only = false , all = false) -> [Gem :: Specification] (208.0) -
与えられた条件を満たす Gem::Specification のリストを返します。
...与えられた条件を満たす Gem::Specification のリストを返します。
@param pattern 検索したい Gem を表す Gem::Dependency のインスタンスを指定します。
@param platform_only 真を指定するとプラットフォームが一致するもののみを返します...