583件ヒット
[1-100件を表示]
(0.129秒)
別のキーワード
ライブラリ
- ビルトイン (115)
- json (12)
- resolv (108)
- rss (24)
-
rubygems
/ commands / dependency _ command (12) -
rubygems
/ config _ file (24) -
rubygems
/ dependency _ installer (12) -
rubygems
/ indexer (12) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ source _ index (144) -
rubygems
/ source _ info _ cache (48) -
rubygems
/ spec _ fetcher (24) - socket (12)
クラス
- Binding (7)
-
Encoding
:: Converter (60) -
Gem
:: Commands :: DependencyCommand (12) -
Gem
:: ConfigFile (24) -
Gem
:: DependencyInstaller (12) -
Gem
:: Indexer (12) -
Gem
:: RemoteFetcher (12) -
Gem
:: SourceIndex (144) -
Gem
:: SourceInfoCache (48) -
Gem
:: SpecFetcher (24) -
JSON
:: Parser (12) - Method (12)
- Module (12)
- Proc (12)
-
RSS
:: TrackBackModel10 :: TrackBackPing (24) - Regexp (12)
-
Resolv
:: DNS (24) -
Resolv
:: DNS :: Resource :: HINFO (12) -
Resolv
:: DNS :: Resource :: IN :: SRV (24) -
Resolv
:: DNS :: Resource :: IN :: WKS (24) -
Resolv
:: DNS :: Resource :: MX (12) -
Resolv
:: DNS :: Resource :: SOA (12) -
Socket
:: UDPSource (12)
モジュール
キーワード
-
add
_ source _ option (12) -
add
_ spec (12) -
add
_ specs (12) -
add
_ update _ sources _ option (12) - bitmap (12)
-
collect
_ specs (12) -
const
_ source _ location (12) - cpu (12)
- download (12)
- dump (12)
- expire (12)
-
fetch
_ spec (12) -
find
_ gems (12) -
find
_ gems _ with _ sources (12) -
find
_ name (12) - getresource (12)
- getresources (12)
- inspect (6)
-
latest
_ specs (12) -
load
_ gems _ in (12) -
load
_ specs (12) - port (12)
- preference (12)
-
primitive
_ convert (48) -
primitive
_ errinfo (12) - priority (12)
- protocol (12)
-
remove
_ spec (12) - reply (12)
- resource (12)
- resource= (12)
- search (24)
-
search
_ with _ source (12) -
source
_ location (19) -
spec
_ dirs (12) -
spec
_ dirs= (12) - specification (12)
-
to
_ s (6) -
try
_ file (12) - update (24)
-
update
_ sources (12) -
update
_ sources= (12)
検索結果
先頭5件
-
Regexp
# source -> String (24214.0) -
その正規表現のもととなった文字列表現を生成して返します。
...その正規表現のもととなった文字列表現を生成して返します。
//emlist[例][ruby]{
re = /foo|bar|baz/i
p re.source # => "foo|bar|baz"
//}... -
JSON
:: Parser # source -> String (21208.0) -
現在のソースのコピーを返します。
...require 'json'
parser = JSON::Parser.new(DATA.read)
print parser.source
# => {
# => "Tanaka": {
# => "name":"tanaka",
# => "age":20
# => },
# => "Suzuki": {
# => "name":"suzuki",
# => "age":25
# => }
# => }
__END__
{
"Tanaka": {
"name":"tanaka",
"age":20
},
"......Suzuki": {
"name":"suzuki",
"age":25
}
}
//}... -
Gem
:: DependencyInstaller # find _ gems _ with _ sources(dep) -> Array (18301.0) -
与えられた条件にマッチする Gem::Specification のインスタンスと URI のペアのリストを 返します。
...ッチする Gem::Specification のインスタンスと URI のペアのリストを
返します。
Gem はローカル (Dir.pwd) とリモート (Gem.sources) の両方から検索します。
結果は、バージョンの新しい順が先にきます。また、ローカルの Gem も先に......きます。
@param dep Gem::Dependency のインスタンスを指定します。... -
Gem
:: LocalRemoteOptions # add _ source _ option (18218.0) -
オプション --source を追加します。
...オプション --source を追加します。... -
Gem
:: LocalRemoteOptions # add _ update _ sources _ option (18217.0) -
オプション --update-source を追加します。
...オプション --update-source を追加します。... -
Gem
:: ConfigFile # update _ sources=(update _ sources) (15401.0) -
Gem::SourceInfoCache を毎回更新するかどうか設定します。
...
Gem::SourceInfoCache を毎回更新するかどうか設定します。
@param update_sources 真を指定すると毎回 Gem::SourceInfoCache を更新します。... -
Gem
:: ConfigFile # update _ sources -> bool (15201.0) -
真の場合は Gem::SourceInfoCache を毎回更新します。 そうでない場合は、キャッシュがあればキャッシュの情報を使用します。
...真の場合は Gem::SourceInfoCache を毎回更新します。
そうでない場合は、キャッシュがあればキャッシュの情報を使用します。... -
Gem
:: SourceIndex # add _ spec(gem _ spec) -> Gem :: Specification (12501.0) -
自身に引数で与えられた Gem::Specification のインスタンスを追加します。
...自身に引数で与えられた Gem::Specification のインスタンスを追加します。
@param gem_spec Gem::Specification のインスタンスを指定します。... -
Resolv
:: DNS # getresource(name , typeclass) -> Resolv :: DNS :: Resource (12401.0) -
nameに対応するDNSリソースレコードを取得します。 最初に見つかったリソースを返します。
...。
typeclass は以下のいずれかです。
* Resolv::DNS::Resource::IN::ANY
* Resolv::DNS::Resource::IN::NS
* Resolv::DNS::Resource::IN::CNAME
* Resolv::DNS::Resource::IN::SOA
* Resolv::DNS::Resource::IN::HINFO
* Resolv::DNS::Resource::IN::MINFO
* Resolv::DNS::Resource::IN::MX......* Resolv::DNS::Resource::IN::TXT
* Resolv::DNS::Resource::IN::A
* Resolv::DNS::Resource::IN::WKS
* Resolv::DNS::Resource::IN::PTR
* Resolv::DNS::Resource::IN::AAAA
* Resolv::DNS::Resource::IN::SRV
ルックアップ結果は Resolv::DNS::Resource (のサブクラス)のインスタン......となります。
typeclass に Resolv::DNS::Resource::IN::ANY 以外を指定した場合には
そのクラスのインスタンスを返します。
@param name ルックアップ対象となる名前を Resolv::DNS::Name または String で指定します。
@param typeclass レコード種...