You cannot multiply two strings
puts '12' + 12 puts '2' * '5' # <TypeError: can't convert Fixnum into String>