Sha256: a9aefea66f70da16a4d342021ce82c64b2e57228001342e11ad5111cc9af61d4
Contents?: true
Size: 1.83 KB
Versions: 12
Compression:
Stored size: 1.83 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:~:@docstringIC:YARD::Docstring"Inverts the bits in big. As Bignums are conceptually infinite length, the result acts as if it had an infinite number of one bits to the left. In hex representations, this is displayed as two periods to the left of the digits. sprintf("%X", ~0x1122334455) #=> "..FEEDDCCBBAA" :@objectu:YARD::StubProxy Bignum#~: @summary0: @all">Inverts the bits in big. As Bignums are conceptually infinite length, the result acts as if it had an infinite number of one bits to the left. In hex representations, this is displayed as two periods to the left of the digits. sprintf("%X", ~0x1122334455) #=> "..FEEDDCCBBAA" @overload ~big @return [Integer]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u; Bignum#~;;;IC; "