るりまサーチ (Ruby 2.6.0)

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

別のキーワード

  1. shell/builtin-command new
  2. irb/extend-command def_extend_command
  3. rubygems/command command
  4. irb/extend-command install_extend_commands
  5. shell/builtin-command each

ライブラリ

クラス

キーワード

検索結果

shell/system-command (150001.0)

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

@todo

@todo

コマンド名を返します。

Shell::SystemCommand (60001.0)

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

@todo

@todo

コマンド名を返します。

Shell::SystemCommand.new(sh, command, *opts) (42322.0)

@todo

@todo

@param sh

@param command

@param opts

絞り込み条件を変える

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

@todo

@todo

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

@todo

@todo

@param rs

Shell::SystemCommand#flush -> () (42001.0)

@todo

@todo

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

@todo

@todo

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

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

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

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

@see Process.#kill

絞り込み条件を変える

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

@todo

@todo

@param opts

@see Shell#notify

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

@todo

@todo

@param opts

@see Shell#notify

Shell::SystemCommand#start -> () (42001.0)

@todo

@todo

Shell::SystemCommand#start_export (42001.0)

@todo

@todo

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

@todo

@todo

絞り込み条件を変える

Shell::SystemCommand#super_each -> () (42001.0)

@todo

@todo

Shell::Filter#each です。

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

@todo

@todo

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

@todo

@todo