763件ヒット
[201-300件を表示]
(0.115秒)
別のキーワード
ライブラリ
- ビルトイン (115)
- json (24)
- resolv (156)
- rss (60)
-
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 (36)
- un (24)
- win32ole (24)
クラス
- 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 (24) - Method (12)
- Module (12)
- Proc (12)
-
RDoc
:: Options (12) -
RSS
:: RDF :: Channel :: Textinput (24) -
RSS
:: TaxonomyTopicsModel :: TaxonomyTopics (12) -
RSS
:: TrackBackModel10 :: TrackBackPing (24) - Regexp (12)
-
Resolv
:: DNS (36) -
Resolv
:: DNS :: Resource :: HINFO (12) -
Resolv
:: DNS :: Resource :: IN :: A (12) -
Resolv
:: DNS :: Resource :: IN :: AAAA (12) -
Resolv
:: DNS :: Resource :: IN :: SRV (24) -
Resolv
:: DNS :: Resource :: IN :: WKS (36) -
Resolv
:: DNS :: Resource :: MX (12) -
Resolv
:: DNS :: Resource :: SOA (12) -
Socket
:: UDPSource (36) -
WIN32OLE
_ TYPE (24)
モジュール
-
Gem
:: LocalRemoteOptions (24) - Kernel (24)
キーワード
-
add
_ source _ option (12) -
add
_ spec (12) -
add
_ specs (12) -
add
_ update _ sources _ option (12) - address (36)
- bitmap (12)
-
collect
_ specs (12) -
const
_ source _ location (12) - cp (12)
- cpu (12)
-
default
_ event _ sources (12) - download (12)
- dump (12)
-
each
_ resource (12) - expire (12)
-
fetch
_ spec (12) -
find
_ gems (12) -
find
_ gems _ with _ sources (12) -
find
_ name (12) - getresource (12)
- getresources (12)
-
inline
_ source (12) - inspect (6)
- install (12)
-
latest
_ specs (12) -
load
_ gems _ in (12) -
load
_ specs (12) -
local
_ address (12) - parse (12)
- port (12)
- preference (12)
-
primitive
_ convert (48) -
primitive
_ errinfo (12) - priority (12)
- protocol (12)
-
remote
_ address (12) -
remove
_ spec (12) - reply (12)
- resource (24)
- resource= (24)
- resources (12)
- search (24)
-
search
_ with _ source (12) -
source
_ location (19) -
source
_ ole _ types (12) -
spec
_ dirs (12) -
spec
_ dirs= (12) - specification (12)
-
to
_ s (6) -
try
_ file (12) - update (24)
-
update
_ sources (12) -
update
_ sources= (12)
検索結果
先頭5件
-
Gem
:: SourceIndex # remove _ spec(full _ name) -> Gem :: Specification (9201.0) -
引数で指定された名前を持つ Gem をインデックスから削除します。
引数で指定された名前を持つ Gem をインデックスから削除します。 -
Gem
:: SourceIndex # specification(full _ name) -> Gem :: Specification | nil (9201.0) -
指定された名前の Gem::Specification オブジェクトを返します。
...指定された名前の Gem::Specification オブジェクトを返します。
@param full_name Gem のフルネームを指定します。... -
Proc
# source _ location -> [String , Integer] | nil (9138.0) -
ソースコードのファイル名と行番号を配列で返します。
...ruby]{
# /path/to/target.rb を実行
proc {}.source_location # => ["/path/to/target.rb", 1]
proc {}.source_location # => ["/path/to/target.rb", 2]
(eval "proc {}").source_location # => ["(eval)", 1]
method(:p).to_proc.source_location # => nil
//}
@see Method#source_location... -
RDoc
:: Options # inline _ source -> bool (9118.0) -
コマンドライン引数の --inline-source オプションか --one-file を指定して いた場合、もしくは --fmt オプションに xml 指定した場合に true を返しま す。そうでない場合は false を返します。
...コマンドライン引数の --inline-source オプションか --one-file を指定して
いた場合、もしくは --fmt オプションに xml 指定した場合に true を返しま
す。そうでない場合は false を返します。... -
JSON
:: Parser # parse -> object (9107.0) -
現在のソースをパースして結果を Ruby のオブジェクトとして返します。
...by]{
require 'json'
class Person
attr_accessor :name, :age
def []=(key, value)
instance_variable_set("@#{key}", value)
end
end
parser = JSON::Parser.new(DATA.read, object_class: Person)
person = parser.parse
person.class # => Person
person.name # => "tanaka"
person.age # => 20
__END......__
{
"name":"tanaka",
"age":20
}
//}
@see JSON::Parser#source... -
Gem
:: SourceIndex # dump -> () (9101.0) -
自身を Marshal.#dump します。
...自身を Marshal.#dump します。... -
Gem
:: SourceIndex # latest _ specs -> Array (9101.0) -
自身に含まれる最新の Gem::Specification のリストを返します。
...自身に含まれる最新の Gem::Specification のリストを返します。... -
Gem
:: SourceIndex # spec _ dirs -> [String] (9101.0) -
Gem::SourceIndex#refresh! で自身を更新する時に使用するディレクトリを取得します。
...Gem::SourceIndex#refresh! で自身を更新する時に使用するディレクトリを取得します。... -
Gem
:: SourceIndex # spec _ dirs=(dirs) (9101.0) -
Gem::SourceIndex#refresh! で自身を更新する時に使用するディレクトリを設定します。
...Gem::SourceIndex#refresh! で自身を更新する時に使用するディレクトリを設定します。...