るりまサーチ (Ruby 2.1.0)

最速Rubyリファレンスマニュアル検索!
8件ヒット [1-8件を表示] (0.073秒)
トップページ > クエリ:l[x] > バージョン:2.1.0[x] > クエリ:IN[x] > クラス:Shell::SystemCommand[x]

別のキーワード

  1. kernel $-l
  2. matrix l
  3. _builtin $-l
  4. lupdecomposition l
  5. l

ライブラリ

キーワード

検索結果

Shell::SystemCommand#input=(inp) (27604.0)

@todo

@todo

Shell::SystemCommand#kill(signal) -> Integer (27604.0)

自身のプロセスにシグナルを送ります。

自身のプロセスにシグナルを送ります。

@param signal シグナルを整数かその名前の文字列で指定します。
負の値を持つシグナル(あるいはシグナル名の前に-)を指定すると、
プロセスではなくプロセスグループにシグナルを送ります。

@see Process.#kill

Shell::SystemCommand#terminate -> () (27304.0)

@todo

@todo

Shell::SystemCommand#each(rs = nil) {|line| ... } (9604.0)

@todo

@todo

@param rs

Shell::SystemCommand#command -> String (9304.0)

@todo

@todo

コマンド名を返します。

絞り込み条件を変える

Shell::SystemCommand#name -> String (9304.0)

@todo

@todo

コマンド名を返します。

Shell::SystemCommand#notify(*opts) -> String (9304.0)

@todo

@todo

@param opts

@see Shell#notify

Shell::SystemCommand#notify(*opts) {|message| ... } -> String (9304.0)

@todo

@todo

@param opts

@see Shell#notify