972件ヒット
[1-100件を表示]
(0.019秒)
別のキーワード
種類
- インスタンスメソッド (660)
- 特異メソッド (228)
- クラス (60)
- モジュール関数 (12)
- 定数 (12)
クラス
-
Gem
:: Commands :: DependencyCommand (12) -
Gem
:: ConfigFile (36) -
Gem
:: DependencyInstaller (12) -
Gem
:: DependencyList (12) -
Gem
:: Indexer (12) -
Gem
:: RemoteFetcher (12) -
Gem
:: SourceIndex (312) -
Gem
:: SourceInfoCache (360) -
Gem
:: SourceInfoCacheEntry (48) -
Gem
:: SpecFetcher (24)
モジュール
- Gem (48)
-
Gem
:: LocalRemoteOptions (24)
キーワード
-
DEFAULT
_ UPDATE _ SOURCES (12) - RemoteSourceException (12)
- SourceIndex (12)
- SourceInfoCache (12)
- SourceInfoCacheEntry (12)
- SourcesCommand (12)
-
add
_ source _ option (12) -
add
_ spec (12) -
add
_ specs (12) -
add
_ update _ sources _ option (12) - cache (12)
-
cache
_ data (24) -
cache
_ file (12) -
collect
_ specs (12) -
default
_ sources (12) -
default
_ system _ source _ cache _ dir (12) -
default
_ user _ source _ cache _ dir (12) - download (12)
- dump (12)
- each (24)
-
fetch
_ spec (12) -
find
_ gems (12) -
find
_ gems _ with _ sources (12) -
find
_ name (12) - flush (12)
-
from
_ gems _ in (12) -
from
_ installed _ gems (12) -
from
_ source _ index (12) -
gem
_ signature (12) -
index
_ signature (12) -
installed
_ spec _ directories (12) -
latest
_ cache _ data (12) -
latest
_ cache _ file (12) -
latest
_ specs (12) -
latest
_ system _ cache _ file (24) -
latest
_ user _ cache _ file (24) - length (12)
-
load
_ gems _ in (12) -
load
_ specification (12) -
load
_ specs (12) - new (24)
- outdated (12)
-
read
_ all _ cache _ data (12) -
read
_ cache _ data (12) - refresh (24)
- refresh! (12)
-
remove
_ spec (12) - reset (12)
-
reset
_ cache _ data (12) -
reset
_ cache _ file (12) -
reset
_ cache _ for (12) - search (36)
-
search
_ with _ source (24) -
set
_ cache _ data (12) - size (36)
-
source
_ index (24) -
spec
_ dirs (12) -
spec
_ dirs= (12) - specification (12)
-
system
_ cache _ file (24) -
try
_ file (12) - update (24)
-
update
_ sources (12) -
update
_ sources= (12) -
user
_ cache _ file (24) -
write
_ cache (12)
検索結果
先頭5件
-
Gem
:: SourceInfoCacheEntry # source _ index -> Gem :: SourceIndex (9202.0) -
このキャッシュエントリに対するソースインデックスです。
このキャッシュエントリに対するソースインデックスです。 -
Gem
:: SourceInfoCache . search _ with _ source(*args) -> Array (9114.0) -
与えられた条件を満たす Gem::Specification と URL のリストを返します。
...与えられた条件を満たす Gem::Specification と URL のリストを返します。
@param args 検索条件を指定します。Gem::SourceInfoCache#search_with_source と引数を合わせてください。
@see Gem::SourceInfoCache#search_with_source... -
Gem
:: SourceInfoCache # search _ with _ source(pattern , only _ platform = false , all = false) -> Array (9102.0) -
与えられた条件を満たす Gem::Specification と URL のリストを返します。
与えられた条件を満たす Gem::Specification と URL のリストを返します。
@param pattern 検索したい Gem を表す Gem::Dependency のインスタンスを指定します。
@param only_platform 真を指定するとプラットフォームが一致するもののみを返します。デフォルトは偽です。
@param all 真を指定するとキャッシュを更新してから検索を実行します。
@return 第一要素を Gem::Specification、第二要素を取得元の URL とする配列を要素とする配列を返します。 -
Gem
. # source _ index -> Gem :: SourceIndex (6203.0) -
Gem.#path にある Gem::Specification のキャッシュを返します。 インストールされている Gem::Specification のインデックスを返します
...Gem.#path にある Gem::Specification のキャッシュを返します。
インストールされている Gem::Specification のインデックスを返します
@see Gem::SourceIndex, Gem::Specification... -
Gem
:: ConfigFile # update _ sources=(update _ sources) (6201.0) -
Gem::SourceInfoCache を毎回更新するかどうか設定します。
...Gem::SourceInfoCache を毎回更新するかどうか設定します。
@param update_sources 真を指定すると毎回 Gem::SourceInfoCache を更新します。... -
Gem
:: LocalRemoteOptions # add _ source _ option (6118.0) -
オプション --source を追加します。
...オプション --source を追加します。... -
Gem
:: LocalRemoteOptions # add _ update _ sources _ option (6117.0) -
オプション --update-source を追加します。
...オプション --update-source を追加します。... -
Gem
. default _ system _ source _ cache _ dir -> String (6102.0) -
デフォルトのシステム全体のソースキャッシュファイルのパスを返します。
デフォルトのシステム全体のソースキャッシュファイルのパスを返します。 -
Gem
. default _ user _ source _ cache _ dir -> String (6102.0) -
デフォルトのユーザ専用のソースキャッシュファイルのパスを返します。
デフォルトのユーザ専用のソースキャッシュファイルのパスを返します。