From: David Stanislaus Date: 2008-06-10T10:21:33+09:00 Subject: Re: I'm New When I ran: puts 'Speak up Sonny I can\'t hear you.' talk = gets.chomp if talk == talk.capitalize or talk == talk.downcase then puts 'What? Sonny speak louder! Like THIS.' if talk == talk.upcase then puts 'no not since' end end and used Caps it just ended the program... sorry if this is too trivial, if it is maybe you guys could recommend a place where I wont be a bother, either way thanks. -- Posted via http://www.ruby-forum.com/.