Sha256: cad02f75103610a8aa30beb75e3d8f2b6ff805970d38c4b62401b7b32fca3ffc
Contents?: true
Size: 1.71 KB
Versions: 16
Compression:
Stored size: 1.71 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:to_int:@docstringIC:YARD::Docstring"áReturns the bits in _stat_ as a <code>Fixnum</code>. Poking around in these bits is platform dependent. fork { exit 0xab } #=> 26566 Process.wait #=> 26566 sprintf('%04x', $?.to_i) #=> "ab00" :@objectu:YARD::StubProxyProcess::Status#to_int: @summary0: @all")Returns the bits in _stat_ as a <code>Fixnum</code>. Poking around in these bits is platform dependent. fork { exit 0xab } #=> 26566 Process.wait #=> 26566 sprintf('%04x', $?.to_i) #=> "ab00" @overload to_i @return [Fixnum] @overload to_int @return [Fixnum]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Process::Status#to_int;: to_i;IC; "