zalera_95 5 Posted January 1, 2014 I'm starting to learn Ruby using Codeacademy. I was cruising through the first few lessons, but I've encountered a wall. I can't get past this lesson. I'm pretty sure I got the nailed it right, but the site is stuck at processing my code. I can skip this lesson, but I want to make sure I got it right. So Ruby wizzes out there, help!! Share this post Link to post Share on other sites
sirbilly 10 Posted January 7, 2014 You needed to keep the code from the first lesson about the print method. It should look like this. print "What's your first name?" first_name = gets.chomp Share this post Link to post Share on other sites