Sha256: 024803aff3f92e991e0296c9b9a9f028c862a2ee40769e0c20d49beb637a300a
Contents?: true
Size: 1.7 KB
Versions: 16
Compression:
Stored size: 1.7 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: to_i:@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_i: @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_i;;;IC; "