1783件ヒット
[1-100件を表示]
(0.079秒)
別のキーワード
ライブラリ
- ビルトイン (235)
-
irb
/ cmd / load (12) - json (36)
- rake (48)
- resolv (336)
- rss (348)
-
rubygems
/ commands / dependency _ command (12) -
rubygems
/ config _ file (24) -
rubygems
/ dependency _ installer (12) -
rubygems
/ indexer (12) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ source _ index (252) -
rubygems
/ source _ info _ cache (252) -
rubygems
/ source _ info _ cache _ entry (36) -
rubygems
/ spec _ fetcher (24) - socket (36)
- un (36)
- win32ole (24)
クラス
- Binding (7)
-
Encoding
:: Converter (84) -
Encoding
:: InvalidByteSequenceError (36) -
Encoding
:: UndefinedConversionError (36) -
Gem
:: Commands :: DependencyCommand (12) -
Gem
:: ConfigFile (24) -
Gem
:: DependencyInstaller (12) -
Gem
:: Indexer (12) -
Gem
:: RemoteFetcher (12) -
Gem
:: SourceIndex (252) -
Gem
:: SourceInfoCache (252) -
Gem
:: SourceInfoCacheEntry (36) -
Gem
:: SpecFetcher (24) -
IRB
:: ExtendCommand :: Source (12) -
JSON
:: Parser (24) - Method (24)
- Module (12)
- Proc (12)
-
RDoc
:: Options (12) -
RSS
:: ImageItemModel :: ImageItem (24) -
RSS
:: Maker :: ItemsBase :: ItemBase (48) -
RSS
:: Maker :: RSS20 :: Items :: Item :: Source (48) -
RSS
:: RDF :: Channel :: Image (24) -
RSS
:: RDF :: Channel :: Items (12) -
RSS
:: RDF :: Channel :: Textinput (24) -
RSS
:: Rss :: Channel :: Item (24) -
RSS
:: Rss :: Channel :: Item :: Source (48) -
RSS
:: TaxonomyTopicsModel :: TaxonomyTopics (12) -
RSS
:: TrackBackModel10 :: TrackBackAbout (24) -
RSS
:: TrackBackModel10 :: TrackBackPing (24) -
Rake
:: Task (36) - Regexp (12)
-
Resolv
:: DNS (36) -
Resolv
:: DNS :: Resource :: DomainName (12) -
Resolv
:: DNS :: Resource :: HINFO (24) -
Resolv
:: DNS :: Resource :: IN :: A (12) -
Resolv
:: DNS :: Resource :: IN :: AAAA (12) -
Resolv
:: DNS :: Resource :: IN :: SRV (48) -
Resolv
:: DNS :: Resource :: IN :: WKS (36) -
Resolv
:: DNS :: Resource :: MINFO (24) -
Resolv
:: DNS :: Resource :: MX (24) -
Resolv
:: DNS :: Resource :: SOA (84) -
Resolv
:: DNS :: Resource :: TXT (24) -
Socket
:: UDPSource (36) - UnboundMethod (12)
-
WIN32OLE
_ TYPE (24)
モジュール
- DublinCoreModel (36)
-
Gem
:: LocalRemoteOptions (24) -
JSON
:: Generator :: GeneratorMethods :: String (12) - Kernel (48)
キーワード
-
add
_ source _ option (12) -
add
_ spec (12) -
add
_ specs (12) -
add
_ update _ sources _ option (12) - address (36)
- bitmap (12)
-
cache
_ data (12) -
cache
_ file (12) - categories (12)
-
collect
_ specs (12) -
const
_ source _ location (12) - content (24)
- content= (24)
- convert (12)
- cp (12)
- cpu (12)
- data (12)
-
dc
_ source (12) -
dc
_ source= (12) -
dc
_ sources (12) -
default
_ event _ sources (12) -
destination
_ encoding (24) - download (12)
- dump (12)
- each (24)
-
each
_ resource (12) - emailbx (12)
- enclosure (12)
- exchange (12)
- execute (12)
- expire (12)
-
fetch
_ spec (12) -
find
_ gems (12) -
find
_ gems _ with _ sources (12) -
find
_ name (12) - flush (12)
-
gem
_ signature (12) - getresource (12)
- getresources (12)
- guid (12)
-
index
_ signature (12) -
inline
_ source (12) - inspect (6)
- install (12)
-
latest
_ cache _ data (12) -
latest
_ cache _ file (12) -
latest
_ specs (12) -
latest
_ system _ cache _ file (12) -
latest
_ user _ cache _ file (12) - length (12)
-
load
_ gems _ in (12) -
load
_ specs (12) -
local
_ address (12) - minimum (12)
- mname (12)
- mv (12)
- name (12)
- os (12)
- outdated (12)
- parse (12)
- port (12)
- preference (12)
-
primitive
_ convert (48) -
primitive
_ errinfo (12) - priority (12)
- protocol (12)
-
read
_ all _ cache _ data (12) -
read
_ cache _ data (12) - refresh (36)
- refresh! (12)
-
remote
_ address (12) -
remove
_ spec (12) - reply (12)
-
reset
_ cache _ data (12) -
reset
_ cache _ file (12) -
reset
_ cache _ for (12) - resource (60)
- resource= (60)
- resources (24)
- retry (12)
- rmailbx (12)
- rname (12)
- rule (12)
- search (24)
-
search
_ with _ source (12) - serial (12)
-
set
_ cache _ data (12) - size (36)
- source= (12)
-
source
_ encoding (36) -
source
_ encoding _ name (24) -
source
_ index (12) -
source
_ location (43) -
source
_ ole _ types (12) - sources (12)
- sources= (12)
-
spec
_ dirs (12) -
spec
_ dirs= (12) - specification (12)
- strings (12)
-
system
_ cache _ file (12) - target (12)
-
to
_ json _ raw _ object (12) -
to
_ s (6) -
try
_ file (12) - update (24)
-
update
_ sources (12) -
update
_ sources= (12) - url (24)
- url= (24)
-
user
_ cache _ file (12) - weight (12)
-
write
_ cache (12)
検索結果
先頭5件
-
JSON
:: Parser # source -> String (18108.0) -
現在のソースのコピーを返します。
...現在のソースのコピーを返します。
//emlist[例][ruby]{
require 'json'
parser = JSON::Parser.new(DATA.read)
print parser.source
# => {
# => "Tanaka": {
# => "name":"tanaka",
# => "age":20
# => },
# => "Suzuki": {
# => "name":"suzuki",
# => "age":25
# => }
#... -
Regexp
# source -> String (18108.0) -
その正規表現のもととなった文字列表現を生成して返します。
...その正規表現のもととなった文字列表現を生成して返します。
//emlist[例][ruby]{
re = /foo|bar|baz/i
p re.source # => "foo|bar|baz"
//}... -
RSS
:: Rss :: Channel :: Item # source (18103.0) -
@todo
@todo -
Rake
:: Task # source -> String (18102.0) -
Rake::Task#sources の最初の要素を返します。
...Rake::Task#sources の最初の要素を返します。... -
RSS
:: Maker :: ItemsBase :: ItemBase # source (15102.0) -
@todo
@todo -
Gem
:: SourceInfoCacheEntry # source _ index -> Gem :: SourceIndex (9202.0) -
このキャッシュエントリに対するソースインデックスです。
このキャッシュエントリに対するソースインデックスです。 -
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
:: ConfigFile # update _ sources=(update _ sources) (6201.0) -
Gem::SourceInfoCache を毎回更新するかどうか設定します。
...Gem::SourceInfoCache を毎回更新するかどうか設定します。
@param update_sources 真を指定すると毎回 Gem::SourceInfoCache を更新します。... -
Rake
:: Task # sources=(sources) (6201.0) -
自身が依存するファイルのリストをセットします。
...自身が依存するファイルのリストをセットします。
@param sources 自身が依存するファイルのリストを指定します。...