관리-도구
편집 파일: %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