size -> Integer
整数の実装上のサイズをバイト数で返します。
例:
p 1.size p 0x1_0000_0000.size # => 4 8
[SEE_ALSO] Integer#bit_length