>>

stat >> num รข fixnum
Instance Public methods

Shift the bits in stat right num places.

fork { exit 99 }   #=> 26563
Process.wait       #=> 26563
$?.to_i            #=> 25344
$? >> 8            #=> 99
doc_ruby_on_rails
2015-04-28 17:34:45
Comments
Leave a Comment

Please login to continue.