252件ヒット
[201-252件を表示]
(0.065秒)
ライブラリ
-
rubygems
/ source _ index (252)
キーワード
-
add
_ spec (12) -
add
_ specs (12) - dump (12)
- each (24)
-
find
_ name (12) -
gem
_ signature (12) -
index
_ signature (12) -
latest
_ specs (12) - length (12)
-
load
_ gems _ in (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 # size -> Integer (2.0) -
自身のサイズを返します。
自身のサイズを返します。 -
Gem
:: SourceIndex # spec _ dirs -> [String] (2.0) -
Gem::SourceIndex#refresh! で自身を更新する時に使用するディレクトリを取得します。
...
Gem::SourceIndex#refresh! で自身を更新する時に使用するディレクトリを取得します。... -
Gem
:: SourceIndex # spec _ dirs=(dirs) (2.0) -
Gem::SourceIndex#refresh! で自身を更新する時に使用するディレクトリを設定します。
...
Gem::SourceIndex#refresh! で自身を更新する時に使用するディレクトリを設定します。... -
Gem
:: SourceIndex # specification(full _ name) -> Gem :: Specification | nil (2.0) -
指定された名前の Gem::Specification オブジェクトを返します。
指定された名前の Gem::Specification オブジェクトを返します。
@param full_name Gem のフルネームを指定します。 -
Gem
:: SourceIndex # update(source _ uri , all) -> bool (2.0) -
第一引数で指定された URI を使用して自身を更新します。
第一引数で指定された URI を使用して自身を更新します。
@param source_uri 更新に使用する URI を指定します。文字列か URI::Generic のサブクラスを指定します。
@param all 偽を指定すると最新バージョンの Gem のみ取得します。真を指定すると全てのバージョンの Gem を取得します。