396件ヒット
[301-396件を表示]
(0.087秒)
種類
- インスタンスメソッド (300)
- 特異メソッド (72)
- モジュール関数 (12)
- クラス (12)
ライブラリ
- rubygems (12)
-
rubygems
/ commands / dependency _ command (12) -
rubygems
/ dependency _ list (12) -
rubygems
/ indexer (12) -
rubygems
/ source _ index (324) -
rubygems
/ source _ info _ cache _ entry (24)
クラス
-
Gem
:: Commands :: DependencyCommand (12) -
Gem
:: DependencyList (12) -
Gem
:: Indexer (12) -
Gem
:: SourceIndex (312) -
Gem
:: SourceInfoCacheEntry (24)
モジュール
- Gem (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 (12)
- outdated (12)
- refresh (12)
- refresh! (12)
-
remove
_ spec (12) - search (12)
- size (24)
-
source
_ index (24) -
spec
_ dirs (12) -
spec
_ dirs= (12) - specification (12)
- update (12)
検索結果
先頭5件
-
Gem
:: SourceIndex # refresh! -> self (6000.0) -
自身を再作成します。
...自身を再作成します。
@raise StandardError 自身がディスクから読み込んで作成されていない場合に発生します。... -
Gem
:: SourceIndex # remove _ spec(full _ name) -> Gem :: Specification (6000.0) -
引数で指定された名前を持つ Gem をインデックスから削除します。
引数で指定された名前を持つ Gem をインデックスから削除します。 -
Gem
:: SourceIndex # search(gem _ pattern , platform _ only = false) -> [Gem :: Specification] (6000.0) -
引数で指定された条件を満たす Gem のリストを返します。
...引数で指定された条件を満たす Gem のリストを返します。
@param gem_pattern 検索したい Gem を表す Gem::Dependency のインスタンスを指定します。
@param platform_only 真を指定するとプラットフォームが一致するもののみを返します。... -
Gem
:: SourceIndex # size -> Integer (6000.0) -
- 2.1.0
- 2.1.0
- 2.2.0
- 2.2.0
- 2.3.0
- 2.3.0
- 2.4.0
- 2.4.0
- 2.5.0
- 2.5.0
- 2.6.0
- 2.6.0
- 2.7.0
- 2.7.0
- 3.0
- 3.0
- 3.1
- 3.1
- 3.2
- 3.2
- 3.3
- 3.3
- 3.4
- 3.4
自身に含まれる Gem の個数を返します。
自身に含まれる Gem の個数を返します。自身のサイズを返します。 -
Gem
:: SourceIndex # specification(full _ name) -> Gem :: Specification | nil (6000.0) -
指定された名前の Gem::Specification オブジェクトを返します。
指定された名前の Gem::Specification オブジェクトを返します。
@param full_name Gem のフルネームを指定します。 -
Gem
:: Indexer # collect _ specs -> Gem :: SourceIndex (3201.0) -
Gem のキャッシュディレクトリ内の *.gem ファイルから Gem::Specification を集めます。
Gem のキャッシュディレクトリ内の *.gem ファイルから Gem::Specification を集めます。 -
Gem
:: SourceInfoCacheEntry # refresh(source _ uri , all) -> Gem :: SourceIndex (201.0) -
ソースインデックスを更新します。
ソースインデックスを更新します。
@param source_uri データを取得する URI を指定します。
@param all 全てのインデックスを更新するかどうかを指定します。