るりまサーチ (Ruby 2.5.0)

最速Rubyリファレンスマニュアル検索!
9件ヒット [1-9件を表示] (0.084秒)
トップページ > バージョン:2.5.0[x] > クエリ:-[x] > クエリ:I[x] > ライブラリ:shell/system-command[x]

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

クラス

キーワード

検索結果

Shell::SystemCommand#active? -> bool (18607.0)

@todo

@todo

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

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

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

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

@see Process.#kill

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

@todo

@todo

@param opts

@see Shell#notify

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

@todo

@todo

@param opts

@see Shell#notify

Shell::SystemCommand#start_import -> () (18607.0)

@todo

@todo

絞り込み条件を変える

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

@todo

@todo

Shell::SystemCommand#wait? -> bool (18607.0)

@todo

@todo

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

@todo

@todo

コマンド名を返します。

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

@todo

@todo

コマンド名を返します。