Flowdock
method

size

Importance_1
Ruby latest stable (v2_5_5) - 0 notes - Class: Integer
size() public

Returns the number of bytes in the machine representation of int (machine dependent).

1.size               #=> 8
-1.size              #=> 8
2147483647.size      #=> 8
(256**10 - 1).size   #=> 10
(256**20 - 1).size   #=> 20
(256**40 - 1).size   #=> 40
Show source
Register or log in to add new notes.