るりまサーチ

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

別のキーワード

  1. optparse on
  2. optionparser on
  3. tracer on
  4. socket udp_server_loop_on
  5. thread abort_on_exception

モジュール

検索結果

<< 1 2 3 ... > >>

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

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

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

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

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

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

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

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

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

Thread#report_on_exception -> bool (12269.0)

真の場合、そのスレッドが例外によって終了した時に、その内容を $stderr に報告します。

...ad.report_on_exception です。

@param newstate スレッド実行中に例外発生した場合、その内容を報告するかどうかを true か false で指定します。

//emlist[例][ruby]{
a = Thread.new{ Thread.stop; raise }
a.report_on_exception = true
a.report_on_exception # => tr...
...fc3f48c7908@(irb):1 run> terminated with exception (report_on_exception is true):
# Traceback (most recent call last):
# (irb):1:in `block in irb_binding': unhandled exception
# #<Thread:0x00007fc3f48c7908@(irb):1 dead>
b = Thread.new{ Thread.stop; raise }
b.report_on_exception = false
b.ru...
...n # => #<Thread:0x00007fc3f48aefc0@(irb):4 dead>
//}

@see Thread.report_on_exception...

Thread#report_on_exception=(newstate) (12269.0)

真の場合、そのスレッドが例外によって終了した時に、その内容を $stderr に報告します。

...ad.report_on_exception です。

@param newstate スレッド実行中に例外発生した場合、その内容を報告するかどうかを true か false で指定します。

//emlist[例][ruby]{
a = Thread.new{ Thread.stop; raise }
a.report_on_exception = true
a.report_on_exception # => tr...
...fc3f48c7908@(irb):1 run> terminated with exception (report_on_exception is true):
# Traceback (most recent call last):
# (irb):1:in `block in irb_binding': unhandled exception
# #<Thread:0x00007fc3f48c7908@(irb):1 dead>
b = Thread.new{ Thread.stop; raise }
b.report_on_exception = false
b.ru...
...n # => #<Thread:0x00007fc3f48aefc0@(irb):4 dead>
//}

@see Thread.report_on_exception...

絞り込み条件を変える

IRB::Context#irb_name -> String (12114.0)

起動しているコマンド名を文字列で返します。

...起動しているコマンド名を文字列で返します。


@see IRB::Context#irb_name=...

IRB::Context#irb_name=(val) (12114.0)

起動しているコマンド名を val に設定します。

...起動しているコマンド名を val に設定します。

@param val コマンド名を String で指定します。

@see IRB::Context#irb_name...

IRB::Context#irb=(val) (12102.0)

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

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

IRB::Context#irb_path -> String (12102.0)

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

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