"6".to_i(2) # => 0"0".to_i(1)# ArgumentError: illegal radix 140.to_s(37)# ArgumentError: illegal radix 37