336件ヒット
[101-200件を表示]
(0.020秒)
別のキーワード
種類
- インスタンスメソッド (252)
- 特異メソッド (60)
- クラス (24)
クラス
-
Gem
:: SourceIndex (312)
キーワード
- Cache (12)
- SourceIndex (12)
-
add
_ spec (12) -
add
_ specs (12) - dump (12)
- each (24)
-
find
_ name (12) -
from
_ gems _ in (12) -
from
_ installed _ gems (12) -
gem
_ signature (12) -
index
_ signature (12) -
installed
_ spec _ directories (12) -
latest
_ specs (12) - length (12)
-
load
_ gems _ in (12) -
load
_ specification (12) - new (12)
- outdated (12)
- refresh! (12)
-
remove
_ spec (12) - search (12)
- size (24)
-
spec
_ dirs (12) -
spec
_ dirs= (12) - specification (12)
- update (12)
検索結果
先頭5件
- Gem
:: SourceIndex # specification(full _ name) -> Gem :: Specification | nil - Gem
:: SourceIndex # each {|full _ name , gem| . . . } -> Hash - Gem
:: SourceIndex # remove _ spec(full _ name) -> Gem :: Specification - Gem
:: SourceIndex . load _ specification(file _ name) -> Gem :: Specification | nil - Gem
:: SourceIndex . new(specifications = {}) -> Gem :: SourceIndex
-
Gem
:: SourceIndex # specification(full _ name) -> Gem :: Specification | nil (3125.0) -
指定された名前の Gem::Specification オブジェクトを返します。
...指定された名前の Gem::Specification オブジェクトを返します。
@param full_name Gem のフルネームを指定します。... -
Gem
:: SourceIndex # each {|full _ name , gem| . . . } -> Hash (3119.0) -
自身に登録されているそれぞれの Gem についてブロックを評価します。
...自身に登録されているそれぞれの Gem についてブロックを評価します。... -
Gem
:: SourceIndex # remove _ spec(full _ name) -> Gem :: Specification (3119.0) -
引数で指定された名前を持つ Gem をインデックスから削除します。
...引数で指定された名前を持つ Gem をインデックスから削除します。... -
Gem
:: SourceIndex . load _ specification(file _ name) -> Gem :: Specification | nil (3119.0) -
与えられたファイル名から Ruby スクリプト形式の gemspec をロードして Gem::Specification のインスタンスを返します。
...y スクリプト形式の gemspec をロードして
Gem::Specification のインスタンスを返します。
@param file_name ファイル名を指定します。
@raise SignalException gemspec をロードしているときに発生します。
@raise SystemExit gemspec をロードしてい... -
Gem
:: SourceIndex . new(specifications = {}) -> Gem :: SourceIndex (3115.0) -
与えられたハッシュを元に自身を初期化します。
...与えられたハッシュを元に自身を初期化します。
@param specifications キーを Gem の名前、値を Gem::Specification のインスタンスとするハッシュを指定します。... -
Gem
:: SourceIndex (3030.0) -
個々のソースから取得した全ての有効な Gem パッケージをインデックス化するためのクラスです。
...個々のソースから取得した全ての有効な Gem パッケージをインデックス化するためのクラスです。
Gem パッケージのフルネームと それぞれの Gem::Specification オブジェクトを対応付けます。... -
Gem
:: SourceIndex # each -> Enumerator (3019.0) -
自身に登録されているそれぞれの Gem についてブロックを評価します。
...自身に登録されているそれぞれの Gem についてブロックを評価します。... -
Gem
:: Cache (3018.0) -
Alias of Gem::SourceIndex
...Alias of Gem::SourceIndex... -
Gem
:: SourceIndex # latest _ specs -> Array (3018.0) -
自身に含まれる最新の Gem::Specification のリストを返します。
...自身に含まれる最新の Gem::Specification のリストを返します。...