From: Dylan Rodriguez Date: 2009-12-02T12:48:07+09:00 Subject: Hangman Help How do I print the dashes and letters to represent the word to be guessed. The letters guessed by the player are properly put into the respective arrays. Whatever I try to do I either get all dashes back or the whole word back _ _ _ _ or f i s h, never f _ _ h My arrays are @correct_guesses and @incorrect_guesses How do I get it to say puts @correct_guesses in the right blanks and if the guess is @incorrect_guesses to leave it blank -- Posted via http://www.ruby-forum.com/.