Current Path :
/
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
Process
/
Status
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/alt/ruby18/share/ri/1.8/system/Process/Status/%26-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Logical AND of the bits in <em>stat</em> with <em>num</em>. - !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