120件ヒット
[1-100件を表示]
(0.014秒)
別のキーワード
種類
- インスタンスメソッド (108)
- クラス (6)
- 特異メソッド (6)
ライブラリ
- shell (6)
-
shell
/ command-processor (6) -
shell
/ filter (6) -
shell
/ system-command (102)
クラス
- Shell (6)
-
Shell
:: CommandProcessor (6) -
Shell
:: Filter (6) -
Shell
:: SystemCommand (96)
キーワード
- active? (6)
- each (6)
- flush (6)
- input= (6)
- kill (6)
- name (6)
- new (6)
- notify (12)
- start (6)
-
start
_ export (6) -
start
_ import (6) -
super
_ each (6) - system (18)
- terminate (6)
- wait? (6)
検索結果
先頭5件
-
Shell
:: SystemCommand # command -> String (24101.0) -
@todo
@todo
コマンド名を返します。 -
Shell
:: SystemCommand (24000.0) -
-
Shell
:: SystemCommand # name -> String (9001.0) -
@todo
@todo
コマンド名を返します。 -
Shell
:: SystemCommand . new(sh , command , *opts) (6107.0) -
@todo
...@todo
@param sh
@param command
@param opts... -
Shell
:: SystemCommand # active? -> bool (6000.0) -
@todo
@todo -
Shell
:: SystemCommand # each(rs = nil) {|line| . . . } (6000.0) -
@todo
@todo
@param rs -
Shell
:: SystemCommand # flush -> () (6000.0) -
@todo
@todo -
Shell
:: SystemCommand # input=(inp) (6000.0) -
@todo
@todo -
Shell
:: SystemCommand # kill(signal) -> Integer (6000.0) -
自身のプロセスにシグナルを送ります。
自身のプロセスにシグナルを送ります。
@param signal シグナルを整数かその名前の文字列で指定します。
負の値を持つシグナル(あるいはシグナル名の前に-)を指定すると、
プロセスではなくプロセスグループにシグナルを送ります。
@see Process.#kill -
Shell
:: SystemCommand # notify(*opts) -> String (6000.0) -
@todo
@todo
@param opts
@see Shell#notify -
Shell
:: SystemCommand # notify(*opts) {|message| . . . } -> String (6000.0) -
@todo
@todo
@param opts
@see Shell#notify -
Shell
:: SystemCommand # start -> () (6000.0) -
@todo
@todo -
Shell
:: SystemCommand # start _ export (6000.0) -
@todo
@todo -
Shell
:: SystemCommand # start _ import -> () (6000.0) -
@todo
@todo -
Shell
:: SystemCommand # super _ each -> () (6000.0) -
@todo
@todo
Shell::Filter#each です。 -
Shell
:: SystemCommand # terminate -> () (6000.0) -
@todo
@todo -
Shell
:: SystemCommand # wait? -> bool (6000.0) -
@todo
@todo