15件ヒット
[1-15件を表示]
(0.123秒)
ライブラリ
-
shell
/ system-command (15)
キーワード
- active? (1)
- command (1)
- each (1)
- flush (1)
- input= (1)
- kill (1)
- name (1)
- notify (2)
- start (1)
-
start
_ export (1) -
start
_ import (1) -
super
_ each (1) - terminate (1)
- wait? (1)
検索結果
先頭5件
-
Shell
:: SystemCommand # command -> String (36307.0) -
@todo
@todo
コマンド名を返します。 -
Shell
:: SystemCommand # name -> String (36307.0) -
@todo
@todo
コマンド名を返します。 -
Shell
:: SystemCommand # super _ each -> () (27325.0) -
@todo
@todo
Shell::Filter#each です。 -
Shell
:: SystemCommand # active? -> bool (27307.0) -
@todo
@todo -
Shell
:: SystemCommand # each(rs = nil) {|line| . . . } (27307.0) -
@todo
@todo
@param rs -
Shell
:: SystemCommand # start -> () (27307.0) -
@todo
@todo -
Shell
:: SystemCommand # start _ export (27307.0) -
@todo
@todo -
Shell
:: SystemCommand # start _ import -> () (27307.0) -
@todo
@todo -
Shell
:: SystemCommand # terminate -> () (27307.0) -
@todo
@todo -
Shell
:: SystemCommand # wait? -> bool (27307.0) -
@todo
@todo -
Shell
:: SystemCommand # notify(*opts) {|message| . . . } -> String (18325.0) -
@todo
@todo
@param opts
@see Shell#notify -
Shell
:: SystemCommand # kill(signal) -> Integer (18307.0) -
自身のプロセスにシグナルを送ります。
自身のプロセスにシグナルを送ります。
@param signal シグナルを整数かその名前の文字列で指定します。
負の値を持つシグナル(あるいはシグナル名の前に-)を指定すると、
プロセスではなくプロセスグループにシグナルを送ります。
@see Process.#kill -
Shell
:: SystemCommand # notify(*opts) -> String (18025.0) -
@todo
@todo
@param opts
@see Shell#notify -
Shell
:: SystemCommand # flush -> () (18007.0) -
@todo
@todo -
Shell
:: SystemCommand # input=(inp) (18007.0) -
@todo
@todo