るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. _builtin status
  2. cgi http_status
  3. getoptlong status_started
  4. openssl status
  5. getoptlong status_yet

クラス

検索結果

Process::Status#>>(num) -> Integer (96373.0)

self.to_i >> num と同じです。

self.to_i >> num と同じです。

@param num 整数を指定します。

fork { exit 99 } #=> 26563
Process.wait #=> 26563
$?.to_i #=> 25344
$? >> 8 #=> 99