Ruby 2.3.0 リファレンスマニュアル > ライブラリ一覧 > 組み込みライブラリ > Processモジュール > getsid
getsid(pid = 0) -> Integer
[permalink][rdoc]引数 pid で指定されたプロセスのセッション ID を返します。
Process.getsid() # => 27422 Process.getsid(0) # => 27422 Process.getsid(Process.pid()) # => 27422
[SEE_ALSO] getsid(2)