684件ヒット
[1-100件を表示]
(0.038秒)
ライブラリ
- ビルトイン (12)
-
irb
/ cmd / load (24) -
irb
/ extend-command (12) - resolv (48)
-
rexml
/ document (84) -
rexml
/ parsers / pullparser (12) -
rexml
/ parsers / sax2parser (12) -
rexml
/ parsers / streamparser (12) - rss (24)
- rubygems (12)
-
rubygems
/ commands / dependency _ command (12) -
rubygems
/ dependency _ list (12) -
rubygems
/ exceptions (12) -
rubygems
/ indexer (12) -
rubygems
/ source _ index (324) -
rubygems
/ source _ info _ cache _ entry (24) - socket (24)
クラス
-
Gem
:: Commands :: DependencyCommand (12) -
Gem
:: DependencyList (12) -
Gem
:: Indexer (12) -
Gem
:: SourceIndex (312) -
Gem
:: SourceInfoCacheEntry (24) -
IRB
:: ExtendCommand :: Source (12) -
REXML
:: AttlistDecl (12) -
REXML
:: DocType (12) -
REXML
:: Document (24) -
REXML
:: Parsers :: PullParser (12) -
REXML
:: Parsers :: SAX2Parser (12) -
REXML
:: Parsers :: StreamParser (12) -
RSS
:: RDF :: Channel :: Textinput (24) - Regexp (12)
-
Resolv
:: DNS :: Resource :: MX (24) -
Resolv
:: DNS :: Resource :: SOA (24) - Socket (12)
モジュール
- Gem (12)
-
IRB
:: ExtendCommandBundle (12) -
Socket
:: Constants (12)
キーワード
- IOSource (12)
-
MCAST
_ EXCLUDE (24) - RemoteSourceException (12)
- Source (24)
- SourceFactory (12)
- SourceIndex (12)
-
add
_ spec (12) -
add
_ specs (12) -
collect
_ specs (12) - dump (12)
- each (24)
- exchange (12)
- execute (12)
- expire (12)
-
find
_ gems (12) -
find
_ name (12) -
from
_ gems _ in (12) -
from
_ installed _ gems (12) -
from
_ source _ index (12) -
gem
_ signature (12) -
index
_ signature (12) -
install
_ extend _ commands (12) -
installed
_ spec _ directories (12) -
latest
_ specs (12) - length (12)
-
load
_ gems _ in (12) -
load
_ specification (12) - new (108)
- outdated (12)
-
parse
_ stream (12) - refresh (12)
- refresh! (12)
-
remove
_ spec (12) - resource (12)
- resource= (12)
-
rubygems
/ source _ index (12) - search (12)
- size (24)
-
source
_ index (24) -
spec
_ dirs (12) -
spec
_ dirs= (12) - specification (12)
- update (12)
検索結果
先頭5件
-
Regexp
# source -> String (21107.0) -
その正規表現のもととなった文字列表現を生成して返します。
...その正規表現のもととなった文字列表現を生成して返します。
//emlist[例][ruby]{
re = /foo|bar|baz/i
p re.source # => "foo|bar|baz"
//}... -
Gem
:: SourceInfoCacheEntry # source _ index -> Gem :: SourceIndex (15401.0) -
このキャッシュエントリに対するソースインデックスです。
このキャッシュエントリに対するソースインデックスです。 -
Gem
. # source _ index -> Gem :: SourceIndex (12401.0) -
Gem.#path にある Gem::Specification のキャッシュを返します。 インストールされている Gem::Specification のインデックスを返します
...Gem.#path にある Gem::Specification のキャッシュを返します。
インストールされている Gem::Specification のインデックスを返します
@see Gem::SourceIndex, Gem::Specification... -
Gem
:: DependencyList . from _ source _ index(src _ index) -> Gem :: DependencyList (12301.0) -
与えられた Gem::SourceIndex のインスタンスから自身を作成します。
...与えられた Gem::SourceIndex のインスタンスから自身を作成します。
@param src_index Gem::SourceIndex を指定します。
@see Gem::SourceIndex... -
Gem
:: SourceIndex # index _ signature -> String (12100.0) -
ソースインデックスの SHA256 ダイジェストを返します。
ソースインデックスの SHA256 ダイジェストを返します。
この値はインデックスが変更されると変化します。 -
IRB
:: ExtendCommand :: Source # execute(file _ name) -> nil (12100.0) -
現在の irb インタプリタ上で、 Ruby スクリプト path を評価します。
現在の irb インタプリタ上で、 Ruby スクリプト path を評価します。
path の内容を irb で一行ずつタイプしたかのように、irb 上で一行ずつ評価
されます。$" は更新されず、何度でも実行し直す事ができます。
@param file_name ファイル名を文字列で指定します。 -
Gem
:: RemoteSourceException (12000.0) -
HTTP 経由でネットワークにアクセス出来ない場合に使用する例外です。
HTTP 経由でネットワークにアクセス出来ない場合に使用する例外です。 -
Gem
:: SourceIndex (12000.0) -
個々のソースから取得した全ての有効な Gem パッケージをインデックス化するためのクラスです。
個々のソースから取得した全ての有効な Gem パッケージをインデックス化するためのクラスです。
Gem パッケージのフルネームと それぞれの Gem::Specification オブジェクトを対応付けます。 -
rubygems
/ source _ index (12000.0) -
個々のソースから取得した全ての有効な Gem パッケージをインデックス化するためのライブラリです。
個々のソースから取得した全ての有効な Gem パッケージをインデックス化するためのライブラリです。
