種類
- インスタンスメソッド (312)
- 特異メソッド (84)
- クラス (24)
- ライブラリ (12)
- モジュール関数 (12)
ライブラリ
- rubygems (12)
-
rubygems
/ commands / dependency _ command (12) -
rubygems
/ dependency _ list (12) -
rubygems
/ indexer (12) -
rubygems
/ source _ index (336) -
rubygems
/ source _ info _ cache (12) -
rubygems
/ source _ info _ cache _ entry (36)
クラス
-
Gem
:: Commands :: DependencyCommand (12) -
Gem
:: DependencyList (12) -
Gem
:: Indexer (12) -
Gem
:: SourceIndex (312) -
Gem
:: SourceInfoCache (12) -
Gem
:: SourceInfoCacheEntry (36)
モジュール
- Gem (12)
キーワード
- Cache (12)
-
add
_ spec (12) -
add
_ specs (12) -
collect
_ specs (12) - dump (12)
- each (24)
-
find
_ gems (12) -
find
_ name (12) -
from
_ gems _ in (12) -
from
_ installed _ gems (12) -
from
_ source _ index (12) -
gem
_ signature (12) -
index
_ signature (12) -
installed
_ spec _ directories (12) -
latest
_ specs (12) - length (12)
-
load
_ gems _ in (12) -
load
_ specification (12) - new (24)
- outdated (12)
- refresh (12)
- refresh! (12)
-
remove
_ spec (12) -
rubygems
/ server (12) - search (24)
- size (24)
-
source
_ index (24) -
spec
_ dirs (12) -
spec
_ dirs= (12) - specification (12)
- update (12)
検索結果
先頭4件
-
Gem
:: Commands :: DependencyCommand # find _ gems(name , source _ index) -> Hash (12.0) -
与えられた Gem の名前をインデックスから検索します。
...与えられた Gem の名前をインデックスから検索します。
@param name Gem の名前を指定します。
@param source_index Gem::SourceIndex のインスタンスを指定します。
@see Gem::SourceIndex#search... -
rubygems
/ server (12.0) -
Gem パッケージを配布したり Gem パッケージに同梱されているドキュメントを参照するための 簡易ウェブサーバを動かすためのライブラリです。
...n}"
インストールされている Gem パッケージの Gem::SourceIndex を Marshal の
形式でダンプしたものを返します。
: "/yaml"
インストールされている Gem パッケージの Gem::SourceIndex を YAML 形式で
ダンプしたメタデータを返します... -
Gem
:: SourceInfoCache # search(pattern , platform _ only = false , all = false) -> [Gem :: Specification] (6.0) -
与えられた条件を満たす Gem::Specification のリストを返します。
...ンスを指定します。
@param platform_only 真を指定するとプラットフォームが一致するもののみを返します。デフォルトは偽です。
@param all 真を指定するとキャッシュを更新してから検索を実行します。
@see Gem::SourceIndex#search... -
Gem
:: SourceInfoCacheEntry . new(si , size) -> Gem :: SourceInfoCacheEntry (6.0) -
キャッシュのエントリを作成します。
...キャッシュのエントリを作成します。
@param si Gem::SourceIndex のインスタンスを指定します。
@param size エントリのサイズを指定します。...