From: John W Higgins Date: 2009-07-17T09:05:06+09:00 Subject: Re: Need Help with a Very, Very Simple Program --0016364ed3862d281a046edb8a35 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On Thu, Jul 16, 2009 at 4:53 PM, Max Norman wrote: > ... > puts 'Hey there, I\'m Uno.' > puts 'What\'s your favorite number?' > number = gets.chomp > better = number.to_i + 1 > puts better + '...That\'s better.' You're looking to the wrong line for the error it's puts better.to_s + .... John --0016364ed3862d281a046edb8a35--