るりまサーチ

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

別のキーワード

  1. _builtin to_proc
  2. _builtin proc
  3. proc curry
  4. httpserver mount_proc
  5. readline completion_proc

ライブラリ

モジュール

検索結果

Process.#getsid(pid = 0) -> Integer (21126.0)

引数 pid で指定されたプロセスのセッション ID を返します。

...e NotImplementedError メソッドが現在のプラットフォームで実装されて
いない場合に発生します。

Proc
ess.getsid() # => 27422
Proc
ess.getsid(0) # => 27422
Proc
ess.getsid(Process.pid()) # => 27422

@see getsid(2)...