&

stat & num รข fixnum
Instance Public methods

Logical AND of the bits in stat with num.

fork { exit 0x37 }
Process.wait
sprintf('%04x', $?.to_i)       #=> "3700"
sprintf('%04x', $? & 0x1e00)   #=> "1600"
doc_ruby_on_rails
2015-04-28 17:22:43
Comments
Leave a Comment

Please login to continue.