るりまサーチ

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

別のキーワード

  1. _builtin new
  2. _builtin inspect
  3. _builtin []
  4. _builtin to_s
  5. _builtin each

ライブラリ

検索結果

OpenSSL::Config::DEFAULT_CONFIG_FILE -> String (24203.0)

デフォルトの設定ファイル名を返します。

デフォルトの設定ファイル名を返します。

OpenSSL::Config#each {|section, key, value| ... } -> self (13.0)

オブジェクトに含まれる全ての設定情報を順にブロックに渡し 呼び出します。

...ーを表す文字列、キーに
割り当てられた値の文字列、の3つです。

require 'openssl'
conf = OpenSSL::Config.load(OpenSSL::Config::DEFAULT_CONFIG_FILE)
conf.each{|section, key, value| p [section, key, value]}
# => ["req_distinguished_name", "countryName", "Country Name...