--- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
- !ruby/struct:SM::Flow::P
body: Logical AND of the bits in stat with num.
- !ruby/struct:SM::Flow::VERB
body: " fork { exit 0x37 }\n Process.wait\n sprintf('%04x', $?.to_i) #=> "3700"\n sprintf('%04x', $? & 0x1e00) #=> "1600"\n"
full_name: Process::Status#&
is_singleton: false
name: "&"
params: |
stat & num => fixnum
visibility: public