るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.062秒)
トップページ > 種類:モジュール関数[x] > クエリ:gets[x] > クエリ:notimplementederror[x]

別のキーワード

  1. _builtin gets
  2. irb/input-method gets
  3. io gets
  4. argf.class gets
  5. stringio gets

ライブラリ

モジュール

検索結果

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

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

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

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

@see getsid(2...