8件ヒット
[1-8件を表示]
(0.010秒)
別のキーワード
種類
- 定数 (4)
- インスタンスメソッド (3)
- 文書 (1)
クラス
モジュール
キーワード
-
IFF
_ DRV _ RUNNING (2) -
IFF
_ RUNNING (2) -
NEWS for Ruby 2
. 1 . 0 (1) - getresources (1)
検索結果
先頭5件
-
RSS
:: RDF :: Channel :: Items # resources (54304.0) -
@todo
@todo -
RSS
:: TaxonomyTopicsModel :: TaxonomyTopics # resources (54304.0) -
@todo
@todo -
Resolv
:: DNS # getresources(name , typeclass) -> [Resolv :: DNS :: Resource] (18301.0) -
nameに対応するDNSリソースレコードを取得します。 見つかったリソース全てを配列にして返します。
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:... -
Socket
:: Constants :: IFF _ DRV _ RUNNING (49.0) -
resources allocated
resources allocated -
Socket
:: Constants :: IFF _ RUNNING (49.0) -
resources allocated
resources allocated -
Socket
:: IFF _ DRV _ RUNNING (49.0) -
resources allocated
resources allocated -
Socket
:: IFF _ RUNNING (49.0) -
resources allocated
resources allocated -
NEWS for Ruby 2
. 1 . 0 (19.0) -
NEWS for Ruby 2.1.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...理数になる
42r # => Rational(42, 1)
3.14 # => 3.14.rationalize
6.022e+23r # 指数形式と一緒には使えない
# i を付けると虚数単位 i を掛けた数になる
42i # => Complex(0, 42)
3.14i # => Complex(0, 3.14)
# ri を付けると複素数の虚......部が有理数になる
42ri # => Complex(0, 42r)
3.14ri # => Complex(0, 3.14r)
//}
* def によるメソッド定義式は nil の代わりにメソッド名をシンボルで返します
=== 組み込みクラスの更新
* Array
* 追加: Array#to_h キーと値のペアの...