Number Ruby

# Integer honors the 0 (octal), 0b (binary), and 0x (hexadecimal) prefixes.
x = 100
x.kind_of? Integer # => true