41件ヒット
[1-41件を表示]
(0.015秒)
種類
- インスタンスメソッド (36)
- 文書 (5)
ライブラリ
- openssl (12)
-
rdoc
/ code _ object (24)
クラス
-
OpenSSL
:: Config (12) -
RDoc
:: CodeObject (24)
キーワード
-
NEWS for Ruby 3
. 0 . 0 (5) - each (12)
- section= (12)
検索結果
先頭4件
-
RDoc
:: CodeObject # section -> RDoc :: Context :: Section (21218.0) -
所属している section を返します。
...所属している section を返します。... -
RDoc
:: CodeObject # section=(val) (9123.0) -
所属する section を設定します。
...所属する section を設定します。
@param val RDoc::Context::Section オブジェクトを指定します。... -
OpenSSL
:: Config # each {|section , key , value| . . . } -> self (119.0) -
オブジェクトに含まれる全ての設定情報を順にブロックに渡し 呼び出します。
...penssl'
conf = OpenSSL::Config.load(OpenSSL::Config::DEFAULT_CONFIG_FILE)
conf.each{|section, key, value| p [section, key, value]}
# => ["req_distinguished_name", "countryName", "Country Name (2 letter code)"]
# => ["req_distinguished_name", "countryName_default", "AU"]
# => ["req_distingu... -
NEWS for Ruby 3
. 0 . 0 (72.0) -
NEWS for Ruby 3.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...ストはリンク先を参照してください。
== 言語仕様の変更
* Keyword arguments are now separated from positional arguments.
Code that resulted in deprecation warnings in Ruby 2.7 will now
result in ArgumentError or different behavior. 14183
* Procs accepting a single......shown by default (since Ruby 2.7.2).
Turn them on with `-W:deprecated` (or with `-w` to show other warnings too).
16345
* `$SAFE` and `$KCODE` are now normal global variables with no special behavior.
C-API methods related to `$SAFE` have been removed.
16131 17136
* yield in sin......methods ending with `!`.
* Ractor compatible.
* Improved support for YAML. 8382
* Use officially discouraged. Read OpenStruct@Caveats section.
* Pathname
* Ractor compatible.
* Psych
* Update to Psych 3.3.0
* This version is Ractor compatible.
* Reline
* Update to...