2件ヒット
[1-2件を表示]
(0.164秒)
ライブラリ
-
irb
/ context (2)
キーワード
- debug? (1)
-
debug
_ level (1)
検索結果
-
IRB
:: Context # debug? -> bool (36991.0) -
irb がデバッグモード(IRB::Context#debug_level が 1 以上)で動作し ているかどうかを返します。
...irb がデバッグモード(IRB::Context#debug_level が 1 以上)で動作し
ているかどうかを返します。
デフォルト値は false です。
@see IRB::Context#debug_level, IRB::Context#debug_level=... -
IRB
:: Context # debug _ level -> Integer (36943.0) -
irb のデバッグレベルを返します。
...irb のデバッグレベルを返します。
デフォルト値は 0 です。
@see IRB::Context#debug_level=, IRB::Context#debug?...