36件ヒット
[1-36件を表示]
(0.165秒)
ライブラリ
-
irb
/ context (12) - openssl (12)
-
rexml
/ document (12)
クラス
-
IRB
:: Context (12) -
OpenSSL
:: SSL :: SSLContext (12) -
REXML
:: Element (12)
検索結果
先頭3件
-
REXML
:: Element # text(path = nil) -> String | nil (18364.0) -
先頭のテキスト子ノードの文字列を返します。
...EXML::Text#value も参照してください。
path を渡した場合は、その XPath 文字列で指定される
テキストノードの文字列を返します。
テキストノードがない場合には nil を返します。
@param path XPath文字列
@see REXML::Element#get_text
//em......list[][ruby]{
require 'rexml/document'
doc = REXML::Document.new "<p>some text <b>this is bold!</b> more text</p>"
# doc.root (<p> ... </p>) は2つのテキストノード("some text " と " more text"
# を持っているが、前者を返す
doc.root.text # => "some text "
//}... -
OpenSSL
:: SSL :: SSLContext # ca _ path -> String | nil (9209.0) -
信頼している CA 証明書ファイルを含むディレクトリを返します。
...信頼している CA 証明書ファイルを含むディレクトリを返します。
設定されていない場合は nil を返します。
@see OpenSSL::SSL::SSLContext#ca_path=... -
IRB
:: Context # irb _ path -> String (9203.0) -
ライブラリ内部で使用します。
ライブラリ内部で使用します。