るりまサーチ (Ruby 2.5.0)

最速Rubyリファレンスマニュアル検索!
8件ヒット [1-8件を表示] (0.058秒)
トップページ > クラス:Shell[x] > クエリ:bool[x] > 種類:特異メソッド[x] > バージョン:2.5.0[x]

別のキーワード

  1. option bool
  2. socket bool
  3. variant vt_bool
  4. win32ole vt_bool
  5. bool socket

ライブラリ

キーワード

検索結果

Shell.debug -> bool | Integer (313.0)

@todo

@todo

デバッグ用フラグを参照します。

Shell.debug? -> bool | Integer (313.0)

@todo

@todo

デバッグ用フラグを参照します。

Shell.verbose -> bool (313.0)

@todo

@todo

Shell.verbose? -> bool (313.0)

@todo

@todo

Shell.cascade -> bool (310.0)

@todo

@todo

絞り込み条件を変える

Shell.debug_output_locked? -> bool (310.0)

@todo

@todo

@see Thread::Mutex#locked?

Shell.debug_output_try_lock -> bool (310.0)

@todo

@todo

@see Thread::Mutex#try_lock

Shell.debug=(val) (25.0)

デバッグ用のフラグを設定します。

デバッグ用のフラグを設定します。

@param val bool 値や整数値を指定します。詳細は下記を参照してください。

# debug: true -> normal debug
# debug: 1 -> eval definition debug
# debug: 2 -> detail inspect debug