るりまサーチ

最速Rubyリファレンスマニュアル検索!
2580件ヒット [301-400件を表示] (0.083秒)

別のキーワード

  1. context new
  2. rdoc/context new
  3. rexml/document context
  4. webrick/ssl ssl_context
  5. context thread

モジュール

キーワード

検索結果

<< < ... 2 3 4 5 6 ... > >>

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

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

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


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

RDoc::Context#find_local_symbol(symbol) (3017.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...

RDoc::Context#in_files (3017.0)

Files this context is found in

...Files this context is found in...

IRB::Context#auto_indent_mode=(val) (3013.0)

入力が次の行に継続した時に自動で字下げを行うかどうかを val に設定します。

...します。

@param val true を指定した場合、自動で字下げを行います。false を指定し
た場合は自動で字下げを行いません。

IRB::Context#prompt_mode の変更に影響を受ける事に注意してください。

@see IRB::Context#auto_indent_mode...

IRB::Context#debug_level -> Integer (3013.0)

irb のデバッグレベルを返します。

...irb のデバッグレベルを返します。

デフォルト値は 0 です。

@see IRB::Context#debug_level=, IRB::Context#debug?...

絞り込み条件を変える

IRB::Context#debug_level=(val) (3013.0)

irb のデバッグレベルを val に設定します。

...irb のデバッグレベルを val に設定します。

.irbrc ファイル中で IRB.conf[:DEBUG_LEVEL] を設定する事でも同様の操作
が行えます。

@see IRB::Context#debug_level, IRB::Context#debug?...

IRB::Context#math? -> bool (3013.0)

math_mode が有効かどうかを返します。

...math_mode が有効かどうかを返します。

@see IRB::Context#math_mode=, IRB::Context#inspect?...

IRB::Context#math_mode -> bool (3013.0)

math_mode が有効かどうかを返します。

...math_mode が有効かどうかを返します。

@see IRB::Context#math_mode=, IRB::Context#inspect?...

IRB::Context#return_format=(val) (3013.0)

irb のプロンプトでの評価結果を表示する際のフォーマットに val を設定します。

...irb のプロンプトでの評価結果を表示する際のフォーマットに val を設定します。

@see IRB::Context#return_format, print_format

IRB::Context#prompt_mode の変更に影響を受ける事に注意してください。...

OpenSSL::SSL::SSLContext#set_params(params) -> Hash (3013.0)

パラメータをハッシュで設定します。

...LContext#cert=)
* :key (OpenSSL::SSL::SSLContext#key=)
* :client_ca (OpenSSL::SSL::SSLContext#client_ca=)
* :ca_file (OpenSSL::SSL::SSLContext#ca_file=)
* :ca_path (OpenSSL::SSL::SSLContext#ca_path=)
* :timeout (OpenSSL::SSL::SSLContext#timeout=)
* :verify_mode (OpenSSL::SSL::SSLContext#...
...verify_depth (OpenSSL::SSL::SSLContext#verify_depth=)
* :verify_callback (OpenSSL::SSL::SSLContext#verify_callback=)
* :options (OpenSSL::SSL::SSLContext#options=)
* :cert_store (OpenSSL::SSL::SSLContext#cert_store=)
* :extra_chain_cert (OpenSSL::SSL::SSLContext#extra_chain_cert=)
* :clien...
...enSSL::SSL::SSLContext#tmp_dh_callback=)
* :session_id_context (OpenSSL::SSL::SSLContext#session_id_context=)
* :session_get_cb (OpenSSL::SSL::SSLContext#session_get_cb=)
* :session_new_cb (OpenSSL::SSL::SSLContext#session_new_cb=)
* :session_remove_cb (OpenSSL::SSL::SSLContext#session_remov...

絞り込み条件を変える

<< < ... 2 3 4 5 6 ... > >>