336件ヒット
[201-300件を表示]
(0.037秒)
別のキーワード
種類
- インスタンスメソッド (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 # latest _ specs -> Array (3018.0) -
自身に含まれる最新の Gem::Specification のリストを返します。
...自身に含まれる最新の Gem::Specification のリストを返します。... -
Gem
:: SourceIndex # length -> Integer (3018.0) -
自身に含まれる Gem の個数を返します。
...自身に含まれる Gem の個数を返します。... -
Gem
:: SourceIndex # outdated -> Array (3018.0) -
更新されていない Gem::Specification のリストを返します。
...更新されていない Gem::Specification のリストを返します。... -
Gem
:: SourceIndex # size -> Integer (3018.0) -
自身に含まれる Gem の個数を返します。
...自身に含まれる Gem の個数を返します。... -
Gem
:: SourceIndex # spec _ dirs -> [String] (3018.0) -
Gem::SourceIndex#refresh! で自身を更新する時に使用するディレクトリを取得します。
...
Gem::SourceIndex#refresh! で自身を更新する時に使用するディレクトリを取得します。... -
Gem
:: SourceIndex # spec _ dirs=(dirs) (3018.0) -
Gem::SourceIndex#refresh! で自身を更新する時に使用するディレクトリを設定します。
...
Gem::SourceIndex#refresh! で自身を更新する時に使用するディレクトリを設定します。... -
Gem
:: SourceIndex # update(source _ uri , all) -> bool (3014.0) -
第一引数で指定された URI を使用して自身を更新します。
...。
@param source_uri 更新に使用する URI を指定します。文字列か URI::Generic のサブクラスを指定します。
@param all 偽を指定すると最新バージョンの Gem のみ取得します。真を指定すると全てのバージョンの Gem を取得します。... -
Gem
:: SourceIndex . installed _ spec _ directories -> [String] (3008.0) -
gemspec ファイルがインストールされているディレクトリのリストを返します。
...
gemspec ファイルがインストールされているディレクトリのリストを返します。
@see Gem.#path... -
Gem
:: SourceIndex # dump -> () (3002.0) -
自身を Marshal.#dump します。
自身を Marshal.#dump します。