13件ヒット
[1-13件を表示]
(0.087秒)
別のキーワード
ライブラリ
- shell (13)
キーワード
- cascade (1)
- cd (1)
- debug (1)
- debug= (1)
- debug? (1)
-
debug
_ output _ lock (1) -
debug
_ output _ locked? (1) -
debug
_ output _ synchronize (1) -
debug
_ output _ try _ lock (1) -
debug
_ output _ unlock (1) - verbose (1)
- verbose= (1)
- verbose? (1)
検索結果
先頭5件
-
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 _ 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