るりまサーチ (Ruby 2.3.0)

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

別のキーワード

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

検索結果

Shell.verbose -> bool (18607.0)

@todo

@todo

Shell.verbose? -> bool (18607.0)

@todo

@todo

Shell.debug -> bool | Integer (18307.0)

@todo

@todo

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

Shell.debug=(val) (18307.0)

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

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

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

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

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

@todo

@todo

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

絞り込み条件を変える

Shell.debug_output_exclusive_unlock { ... } -> Mutex | nil (18307.0)

@todo

@todo

@see Mutex#exclusive_unlock

Shell.debug_output_lock -> Mutex (18307.0)

@todo

@todo

@see Thread::Mutex#lock

Shell.debug_output_locked? -> bool (18307.0)

@todo

@todo

@see Thread::Mutex#locked?

Shell.debug_output_synchronize (18307.0)

@todo

@todo

@see Thread::Mutex#synchronize

Shell.debug_output_try_lock -> bool (18307.0)

@todo

@todo

@see Thread::Mutex#try_lock

絞り込み条件を変える

Shell.debug_output_unlock -> Mutex | nil (18307.0)

@todo

@todo

@see Thread::Mutex#unlock

Shell.verbose=(flag) (18307.0)

true ならば冗長な出力の設定を行います。

true ならば冗長な出力の設定を行います。

@param flag true ならば冗長な出力の設定を行います。

Shell.cd(path = nil, verbose = self.verbose) -> self (607.0)

pathをカレントディレクトリとするShellオブジェクトを生成します.

...クトリとするShellオブジェクトを生成します.

@param path カレントディレクトリとするディレクトリを文字列で指定します。

@param verbose true を指定すると冗長な出力を行います。


使用例
require 'shell'
sh = Shell.new
sh.cd("/tmp")...

Shell.cascade -> bool (307.0)

@todo

@todo