るりまサーチ

最速Rubyリファレンスマニュアル検索!
1464件ヒット [1-100件を表示] (0.097秒)

別のキーワード

  1. string b
  2. _builtin b
  3. b string
  4. b
  5. b _builtin

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

REXML::DocType#context -> { Symbol => object } (18214.0)

DTD が属する文書の「コンテキスト」を返します。

...DTD が属する文書の「コンテキスト」を返します。

具体的には親ノードである REXML::Document オブジェクトの
REXML::Element#context を返します。

コンテキストの具体的な内容については REXML::Element#context
参照してください。...

REXML::Element#context -> {Symbol => object} | nil (18208.0)

要素の「コンテキスト」を Hash で返します。

...キストとは text node (REXML::Text) での特別な文字、特に空白について
の取り扱いについての設定です。
以下の Symbol をハッシュのキーとして使います。

: :respect_whitespace
空白を考慮して欲しい要素の名前の集合を文字列の配...
...ます。
すべてのノードを raw mode で取り扱って欲しい場合は :all を指定します。
raw mode においては、text 中の特殊文字は一切変換されません。
REXML::Element#raw も参照してください。

@see REXML::Element.new, REXML::Element#context=...

IRB::ExtendCommand::Nop#irb_context -> IRB::Context (12319.0)

irb の現在の設定(IRB::Context)を返します。

...irb の現在の設定(IRB::Context)を返します。...

IRB::ExtendCommandBundle#irb_context -> IRB::Context (12319.0)

現在の irb に関する IRB::Context を返します。

...現在の irb に関する IRB::Context を返します。...

IRB::Context#verbose -> bool | nil (9219.0)

標準出力に詳細なメッセージを出力するように設定されているかどうかを返し ます。

...IRB::Context#verbose? とは別のメソッドである事に注意してください。

@return 詳細なメッセージを出力するように設定されている場合は true を返
します。そうでない場合は false か nil を返します。

@see IRB::Context#verbose?, IRB:...
...:Context#verbose=...

絞り込み条件を変える

IRB::Context#verbose? -> bool | nil (9219.0)

標準出力に詳細なメッセージを出力するかどうかを返します。

...行っていた場合(IRB::Context#verbose が true か false を返す
場合)は設定した通りに動作します。設定を行っていない場合は、ファイルを指
定して irb を実行した場合などに true を返します。


@see IRB::Context#verbose, IRB::Context#verbose=...

RDoc::Context#find_local_symbol(symbol) (9217.0)

Finds a method, constant, attribute, module or files named +symbol+ in this context

...Finds a method, constant, attribute, module or files named +symbol+ in
this context...

WEBrick::GenericServer#ssl_context -> OpenSSL::SSL::SSLContext | nil (9202.0)

サーバが保持する OpenSSL::SSL::SSLContext オブジェクトを返します。

...サーバが保持する OpenSSL::SSL::SSLContext オブジェクトを返します。...

IRB::Context#irb -> IRB::Irb (9201.0)

ライブラリ内部で使用します。

ライブラリ内部で使用します。
<< 1 2 3 ... > >>