method

size

v1_8_7_72 - Show latest stable - Class: Fixnum
size()
public

Returns the number of bytes in the machine representation of a Fixnum.

   1.size            #=> 4
   -1.size           #=> 4
   2147483647.size   #=> 4