るりまサーチ

最速Rubyリファレンスマニュアル検索!
300件ヒット [201-300件を表示] (0.032秒)

別のキーワード

  1. psych psych_y
  2. kernel y
  3. psych y
  4. kernel psych_y

キーワード

検索結果

<< < 1 2 3 >>

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

@todo

@todo

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

@todo

@todo

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

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

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

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

@see Process.#kill

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

@todo

@todo

コマンド名を返します。

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

@todo

@todo

絞り込み条件を変える

Shell::SystemCommand#start_export (3002.0)

@todo

@todo

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

@todo

@todo

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

@todo

...@todo

Shell
::Filter#each です。...

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

@todo

@todo

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

@todo

@todo

絞り込み条件を変える

Shell#jobs -> Array (103.0)

スケジューリングされているjobの一覧を返します。

スケジューリングされているjobの一覧を返します。

Shell#mkdir(*path) -> Array (103.0)

Dir.mkdirと同じです。 (複数可)

...ram path 作成するディレクトリ名を文字列で指定します。

@return 作成するディレクトリの一覧の配列を返します。

使用例
require 'shell'
Shell
.verbose = false
sh = Shell.new
begin
p sh.mkdir("foo") #=> ["foo"]
rescue => err
puts err
end...

Shell::CommandProcessor#mkdir(*path) -> Array (102.0)

Dir.mkdirと同じです。 (複数可)

...ram path 作成するディレクトリ名を文字列で指定します。

@return 作成するディレクトリの一覧の配列を返します。

使用例
require 'shell'
Shell
.verbose = false
sh = Shell.new
begin
p sh.mkdir("foo") #=> ["foo"]
rescue => err
puts err
end...

Shell::Filter#mkdir(*path) -> Array (102.0)

Dir.mkdirと同じです。 (複数可)

...ram path 作成するディレクトリ名を文字列で指定します。

@return 作成するディレクトリの一覧の配列を返します。

使用例
require 'shell'
Shell
.verbose = false
sh = Shell.new
begin
p sh.mkdir("foo") #=> ["foo"]
rescue => err
puts err
end...

Shell::ProcessController#active_jobs -> Array (102.0)

実行中のジョブの配列を返します。

実行中のジョブの配列を返します。

絞り込み条件を変える

Shell::ProcessController#jobs -> Array (102.0)

全てのジョブの配列を返します。

全てのジョブの配列を返します。

Shell::ProcessController#waiting_jobs -> Array (102.0)

待機中のジョブを返します。

待機中のジョブを返します。
<< < 1 2 3 >>