24件ヒット
[1-24件を表示]
(0.022秒)
クラス
-
Benchmark
:: Tms (12) - Shell (12)
キーワード
-
system
_ path (6) -
system
_ path= (6) -
to
_ a (12)
検索結果
-
Shell
# system _ path -> Array (6216.0) -
コマンドサーチパスの配列を返す。
...コマンドサーチパスの配列を返す。
@param path コマンドサーチパスの配列を指定します。
使用例
require 'shell'
sh = Shell.new
sh.system_path = [ "./" ]
p sh.system_path #=> ["./"]... -
Shell
# system _ path=(path) (6116.0) -
コマンドサーチパスの配列を返す。
...コマンドサーチパスの配列を返す。
@param path コマンドサーチパスの配列を指定します。
使用例
require 'shell'
sh = Shell.new
sh.system_path = [ "./" ]
p sh.system_path #=> ["./"]... -
Benchmark
:: Tms # to _ a -> Array (114.0) -
6 要素の配列を返します。
...6 要素の配列を返します。
要素は以下の順番で配列に格納されています。
* ラベル
* user CPU time
* system CPU time,
* 子プロセスの user CPU time
* 子プロセスの system CPU time,
* 実経過時間...