Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > shell/system-commandライブラリ > Shell::SystemCommandクラス
クラスの継承リスト: Shell::SystemCommand < Shell::Filter < Enumerable < Object < Kernel < BasicObject
new(sh, command, *opts)[permalink][rdoc][TODO]
active? -> bool[permalink][rdoc][TODO]
command -> String[permalink][rdoc]name -> String[TODO]
コマンド名を返します。
each(rs = nil) {|line| ... }[permalink][rdoc][TODO]
flush -> ()[permalink][rdoc][TODO]
input=(inp)[permalink][rdoc][TODO]
kill(signal) -> Integer[permalink][rdoc]自身のプロセスにシグナルを送ります。
[SEE_ALSO] Process.#kill
notify(*opts) -> String[permalink][rdoc]notify(*opts) {|message| ... } -> String[TODO]
[SEE_ALSO] Shell#notify
start -> ()[permalink][rdoc][TODO]
start_export[permalink][rdoc][TODO]
start_import -> ()[permalink][rdoc][TODO]
super_each -> ()[permalink][rdoc][TODO]
terminate -> ()[permalink][rdoc][TODO]
wait? -> bool[permalink][rdoc][TODO]