るりまサーチ

最速Rubyリファレンスマニュアル検索!
44件ヒット [1-44件を表示] (0.009秒)
トップページ > クエリ:sections[x]

別のキーワード

  1. config sections
  2. openssl sections
  3. context sections
  4. rdoc/context sections
  5. sections openssl

ライブラリ

クラス

キーワード

検索結果

OpenSSL::Config#sections -> [String] (18101.0)

オブジェクトに含まれる全てのセクション名の配列を返します。

オブジェクトに含まれる全てのセクション名の配列を返します。

RDoc::Context#sections -> RDoc::Context::Section (18101.0)

追加された RDoc::Context::Section の配列を返します。

追加された RDoc::Context::Section の配列を返します。

RDoc::Context#set_current_section(title, comment) -> () (16.0)

Handle sections

...Handle sections...

OpenSSL::Config (6.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") # => "."...