763件ヒット
[701-763件を表示]
(0.155秒)
別のキーワード
ライブラリ
- ビルトイン (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件
-
Resolv
:: DNS :: Resource :: IN :: A # address -> Resolv :: IPv4 (3101.0) -
IPv4アドレスを返します。
...IPv4アドレスを返します。... -
Resolv
:: DNS :: Resource :: IN :: AAAA # address -> Resolv :: IPv6 (3101.0) -
IPv6アドレスを返します。
...IPv6アドレスを返します。... -
Resolv
:: DNS :: Resource :: IN :: WKS # address -> Resolv :: IPv4 (3101.0) -
IPv4アドレスを返します。
...IPv4アドレスを返します。... -
Method
# to _ s -> String (3049.0) -
self を読みやすい文字列として返します。
...の文字列を返します。
#<Method: klass1(klass2)#method(arg) foo.rb:2> (形式1)
klass1 は、Method#inspect では、レシーバのクラス名、
UnboundMethod#inspect では、UnboundMethod オブジェクトの生成
元となったクラス/モジュール名です。
klass2......は Method#source_location を表します。
source_location が nil の場合には付きません。
//emlist[例][ruby]{
module Foo
def foo
"foo"
end
end
class Bar
include Foo
def bar(a, b)
end
end
p Bar.new.method(:foo) # => #<Method: Bar(Foo)#foo() test.rb:2>
p Bar.new.m......end
end
p obj.method(:foo) # => #<Method: "".foo() foo.rb:4>
# クラスメソッド(クラスの特異メソッド)
class Foo
def Foo.foo
end
end
p Foo.method(:foo) # => #<Method: Foo.foo() foo.rb:11>
# スーパークラスのクラスメソッド
class Bar < Foo
end
p Bar.metho... -
Gem
:: RemoteFetcher # download(spec , source _ uri , install _ dir = Gem . dir) -> String (230.0) -
source_uri から取得した Gem パッケージをキャッシュディレクトリに配置します。
...
source_uri から取得した Gem パッケージをキャッシュディレクトリに配置します。
既に Gem パッケージが存在する場合は、ファイルを置き換えませんが source_uri が
ローカルパス (file://) である場合は常にファイルを置き換えま......す。
@param spec Gem::Specification のインスタンスを指定します。
@param source_uri 取得先の URI を指定します。
@param install_dir ダウンロードしたファイルの配置先を指定します。
@return ローカルにコピーした Gem ファイルのパスを... -
Kernel
# install -> () (13.0) -
ファイルをコピーし、その属性を設定します。
...ファイルをコピーし、その属性を設定します。
ruby -run -e install -- [OPTION] SOURCE DEST
-p ファイルのアクセス時刻と修正時刻を保持します。
-m chmod と同じようにファイルのパーミッションを設定します。
-v...