168件ヒット
[1-100件を表示]
(0.045秒)
別のキーワード
種類
- インスタンスメソッド (120)
- 特異メソッド (24)
- モジュール関数 (12)
- クラス (12)
ライブラリ
- rubygems (12)
-
rubygems
/ indexer (12) -
rubygems
/ source _ index (132) -
rubygems
/ source _ info _ cache (12)
クラス
-
Gem
:: Indexer (12) -
Gem
:: SourceIndex (120) -
Gem
:: SourceInfoCache (12)
モジュール
- Gem (12)
キーワード
-
add
_ spec (12) -
add
_ specs (12) -
collect
_ specs (12) -
find
_ name (12) -
latest
_ specs (12) -
load
_ specification (12) - new (12)
- outdated (12)
-
remove
_ spec (12) - search (24)
-
source
_ index (12) - specification (12)
検索結果
先頭5件
- Gem
:: SourceIndex - Gem
:: SourceIndex # specification(full _ name) -> Gem :: Specification | nil - Gem
:: SourceIndex . load _ specification(file _ name) -> Gem :: Specification | nil - Gem
. # source _ index -> Gem :: SourceIndex - Gem
:: SourceIndex # find _ name(gem _ name , version _ requirement = Gem :: Requirement . default) -> Gem :: Specification
-
Gem
:: SourceIndex (21034.0) -
個々のソースから取得した全ての有効な Gem パッケージをインデックス化するためのクラスです。
...個々のソースから取得した全ての有効な Gem パッケージをインデックス化するためのクラスです。
Gem パッケージのフルネームと それぞれの Gem::Specification オブジェクトを対応付けます。... -
Gem
:: SourceIndex # specification(full _ name) -> Gem :: Specification | nil (12341.0) -
指定された名前の Gem::Specification オブジェクトを返します。
...指定された名前の Gem::Specification オブジェクトを返します。
@param full_name Gem のフルネームを指定します。... -
Gem
:: SourceIndex . load _ specification(file _ name) -> Gem :: Specification | nil (12335.0) -
与えられたファイル名から Ruby スクリプト形式の gemspec をロードして Gem::Specification のインスタンスを返します。
...y スクリプト形式の gemspec をロードして
Gem::Specification のインスタンスを返します。
@param file_name ファイル名を指定します。
@raise SignalException gemspec をロードしているときに発生します。
@raise SystemExit gemspec をロードしてい... -
Gem
. # source _ index -> Gem :: SourceIndex (9306.0) -
Gem.#path にある Gem::Specification のキャッシュを返します。 インストールされている Gem::Specification のインデックスを返します
...
Gem.#path にある Gem::Specification のキャッシュを返します。
インストールされている Gem::Specification のインデックスを返します
@see Gem::SourceIndex, Gem::Specification... -
Gem
:: SourceIndex # find _ name(gem _ name , version _ requirement = Gem :: Requirement . default) -> Gem :: Specification (6438.0) -
短い名前で正確にマッチする Gem を返します。
...短い名前で正確にマッチする Gem を返します。
@param gem_name Gem の名前を指定します。
@param version_requirement
@see Gem::Requirement... -
Gem
:: SourceIndex # add _ spec(gem _ spec) -> Gem :: Specification (6353.0) -
自身に引数で与えられた Gem::Specification のインスタンスを追加します。
...自身に引数で与えられた Gem::Specification のインスタンスを追加します。
@param gem_spec Gem::Specification のインスタンスを指定します。... -
Gem
:: SourceIndex # search(gem _ pattern , platform _ only = false) -> [Gem :: Specification] (6337.0) -
引数で指定された条件を満たす Gem のリストを返します。
...引数で指定された条件を満たす Gem のリストを返します。
@param gem_pattern 検索したい Gem を表す Gem::Dependency のインスタンスを指定します。
@param platform_only 真を指定するとプラットフォームが一致するもののみを返します。... -
Gem
:: SourceIndex . new(specifications = {}) -> Gem :: SourceIndex (6320.0) -
与えられたハッシュを元に自身を初期化します。
...与えられたハッシュを元に自身を初期化します。
@param specifications キーを Gem の名前、値を Gem::Specification のインスタンスとするハッシュを指定します。... -
Gem
:: SourceIndex # remove _ spec(full _ name) -> Gem :: Specification (6218.0) -
引数で指定された名前を持つ Gem をインデックスから削除します。
...引数で指定された名前を持つ Gem をインデックスから削除します。...