36件ヒット
[1-36件を表示]
(0.036秒)
別のキーワード
種類
- インスタンスメソッド (24)
- クラス (12)
ライブラリ
- openssl (12)
-
rdoc
/ context (24)
クラス
-
RDoc
:: Context (24)
キーワード
- Config (12)
-
set
_ current _ section (12)
検索結果
先頭3件
-
RDoc
:: Context # sections -> RDoc :: Context :: Section (21201.0) -
追加された RDoc::Context::Section の配列を返します。
...追加された RDoc::Context::Section の配列を返します。... -
RDoc
:: Context # set _ current _ section(title , comment) -> () (3016.0) -
Handle sections
...Handle sections... -
OpenSSL
:: Config (12.0) -
OpenSSL の設定ファイルを表すクラスです。
...読み込む例
require 'openssl'
conf = OpenSSL::Config.load(OpenSSL::Config::DEFAULT_CONFIG_FILE)
p conf.sections # => ["req_distinguished_name", "req_attributes", "proxy_cert_ext", "policy_anything", "CA_default", ...]
p conf.get_value("", "HOME") # => "."
p conf.get_value("CA_default"...