528件ヒット
[1-100件を表示]
(0.019秒)
別のキーワード
ライブラリ
- ビルトイン (72)
-
irb
/ extend-command (12) - json (12)
- resolv (108)
-
rexml
/ document (48) -
rexml
/ parsers / pullparser (12) -
rexml
/ parsers / sax2parser (12) -
rexml
/ parsers / streamparser (12) -
rubygems
/ defaults (36) -
rubygems
/ dependency _ list (12) -
rubygems
/ source _ index (60) -
rubygems
/ source _ info _ cache (108) -
rubygems
/ source _ info _ cache _ entry (12) - socket (12)
クラス
-
Encoding
:: Converter (48) -
Gem
:: DependencyList (12) -
Gem
:: SourceIndex (60) -
Gem
:: SourceInfoCache (108) -
Gem
:: SourceInfoCacheEntry (12) -
JSON
:: Parser (12) -
REXML
:: AttlistDecl (12) -
REXML
:: DocType (12) -
REXML
:: Document (24) -
REXML
:: Parsers :: PullParser (12) -
REXML
:: Parsers :: SAX2Parser (12) -
REXML
:: Parsers :: StreamParser (12) -
Resolv
:: DNS :: Resource :: HINFO (12) -
Resolv
:: DNS :: Resource :: IN :: A (12) -
Resolv
:: DNS :: Resource :: IN :: AAAA (12) -
Resolv
:: DNS :: Resource :: IN :: SRV (12) -
Resolv
:: DNS :: Resource :: IN :: WKS (12) -
Resolv
:: DNS :: Resource :: MINFO (12) -
Resolv
:: DNS :: Resource :: MX (12) -
Resolv
:: DNS :: Resource :: SOA (12) -
Resolv
:: DNS :: Resource :: TXT (12) -
RubyVM
:: InstructionSequence (24) -
Socket
:: UDPSource (12)
モジュール
- Gem (36)
-
IRB
:: ExtendCommandBundle (12)
キーワード
- cache (12)
-
cache
_ data (12) - compile (12)
-
default
_ sources (12) -
default
_ system _ source _ cache _ dir (12) -
default
_ user _ source _ cache _ dir (12) -
from
_ gems _ in (12) -
from
_ installed _ gems (12) -
from
_ source _ index (12) -
install
_ extend _ commands (12) -
installed
_ spec _ directories (12) -
latest
_ system _ cache _ file (12) -
latest
_ user _ cache _ file (12) -
load
_ specification (12) - new (276)
-
parse
_ stream (12) - reset (12)
- search (12)
-
search
_ convpath (12) -
search
_ with _ source (12) -
system
_ cache _ file (12) -
user
_ cache _ file (12)
検索結果
先頭5件
-
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
. default _ system _ source _ cache _ dir -> String (6102.0) -
デフォルトのシステム全体のソースキャッシュファイルのパスを返します。
デフォルトのシステム全体のソースキャッシュファイルのパスを返します。 -
Gem
. default _ user _ source _ cache _ dir -> String (6102.0) -
デフォルトのユーザ専用のソースキャッシュファイルのパスを返します。
デフォルトのユーザ専用のソースキャッシュファイルのパスを返します。 -
Gem
:: DependencyList . from _ source _ index(src _ index) -> Gem :: DependencyList (6102.0) -
与えられた Gem::SourceIndex のインスタンスから自身を作成します。
...与えられた Gem::SourceIndex のインスタンスから自身を作成します。
@param src_index Gem::SourceIndex を指定します。
@see Gem::SourceIndex... -
Gem
. default _ sources -> [String] (6101.0) -
デフォルトのパッケージ情報取得先のリストを返します。
デフォルトのパッケージ情報取得先のリストを返します。 -
Gem
:: SourceIndex . from _ gems _ in(*spec _ dirs) -> Gem :: SourceIndex (3101.0) -
引数で与えられたディレクトリに置かれている Ruby スクリプト形式の gemspec ファイルを使用して 新しいインスタンスを作成します。
引数で与えられたディレクトリに置かれている Ruby スクリプト形式の gemspec ファイルを使用して
新しいインスタンスを作成します。
@param spec_dirs gemspec ファイルが置かれているディレクトリを一つ以上指定します。 -
Gem
:: SourceIndex . from _ installed _ gems(*deprecated) -> Gem :: SourceIndex (3101.0) -
与えられたパスをもとに、インスタンスを作成するファクトリメソッドです。
...与えられたパスをもとに、インスタンスを作成するファクトリメソッドです。
@param deprecated この引数は非推奨です。後方互換性のためにのみ提供されているので使用すべきではありません。
@see Gem::SourceIndex.from_gems_in... -
Gem
:: SourceIndex . new(specifications = {}) -> Gem :: SourceIndex (3101.0) -
与えられたハッシュを元に自身を初期化します。
与えられたハッシュを元に自身を初期化します。
@param specifications キーを Gem の名前、値を Gem::Specification のインスタンスとするハッシュを指定します。 -
Gem
:: SourceInfoCache . cache(all = false) -> Gem :: SourceInfoCache (3101.0) -
自身のインスタンスを生成するためのメソッドです。
自身のインスタンスを生成するためのメソッドです。
@param all 真を指定すると、インスタンス生成時に全てのキャッシュを再作成します。