From: "Lee V." Date: 2013-01-07T09:32:22+09:00 Subject: newbie question what am I doing wrong? I wrote this simple program but it won't work. What am I doing wrong? puts 'Welcome to McDonald\'s, can I take your order?' order = gets.chomp if order == yes puts 'Go ahead.' else puts 'Look, I asked a simple yes or no question.' puts 'Yes, or no now, can I take your order?' order = gets.chomp end -- Posted via http://www.ruby-forum.com/.