クラス
-
Resolv
:: DNS :: Resource :: MX (24) - Socket (24)
モジュール
-
Process
:: GID (24) -
Process
:: UID (24) -
Socket
:: Constants (24)
キーワード
-
AF
_ IPX (24) - GID (12)
-
NEWS for Ruby 3
. 0 . 0 (5) -
PF
_ IPX (24) - UID (12)
- new (12)
-
re
_ exchange (24) -
re
_ exchangeable? (24) - resolv (12)
検索結果
先頭5件
-
Socket
:: AF _ IPX -> Integer (16.0) -
IPX(Novell Internet Packet eXchange protocol)。 Socket.open の第一引数 domain に使用します。
...IPX(Novell Internet Packet eXchange protocol)。
Socket.open の第一引数 domain に使用します。
@see socket(3linux)... -
Socket
:: Constants :: AF _ IPX -> Integer (16.0) -
IPX(Novell Internet Packet eXchange protocol)。 Socket.open の第一引数 domain に使用します。
...IPX(Novell Internet Packet eXchange protocol)。
Socket.open の第一引数 domain に使用します。
@see socket(3linux)... -
Socket
:: Constants :: PF _ IPX -> Integer (16.0) -
IPX(Novell Internet Packet eXchange protocol)。 Socket.open の第一引数 domain に使用します。
...IPX(Novell Internet Packet eXchange protocol)。
Socket.open の第一引数 domain に使用します。
@see socket(3linux)... -
Socket
:: PF _ IPX -> Integer (16.0) -
IPX(Novell Internet Packet eXchange protocol)。 Socket.open の第一引数 domain に使用します。
...IPX(Novell Internet Packet eXchange protocol)。
Socket.open の第一引数 domain に使用します。
@see socket(3linux)... -
NEWS for Ruby 3
. 0 . 0 (6.0) -
NEWS for Ruby 3.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...ibraries, but users might experience slow compilations.
* Memory view interface [EXPERIMENTAL]
* The memory view interface is a C-API set to exchange a raw memory area, such as a numeric array or a bitmap image, between extension libraries. The extension libraries can share also the metadata o... -
resolv (6.0)
-
DNSによる名前解決を行うライブラリです。 Ruby で書かれているため thread-aware であり、並列に多くのホスト名を解決することができます。
...121.214").to_s
Resolv::DNS.new.getresources("www.ruby-lang.org", Resolv::DNS::Resource::IN::A).collect {|r| r.address}
Resolv::DNS.new.getresources("ruby-lang.org", Resolv::DNS::Resource::IN::MX).collect {|r| [r.exchange.to_s, r.preference]}
//}
=== Bugs
NIS はサポートされていません。...