Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialEliot Ostling
9,599 PointsStrange Question: In ruby working with strings the quiz asks me this: Treehouse:____ &website:_____
Now I figured I needed to use one of the types of ways that ruby can work with strings but it keeps coming up wrong. So is there something that I missed in the lecture? Thanks guys!
Eliot Ostling
9,599 Pointstried all the different kinds of interpolation of strings imaginable. I just tried that also, no joy.
2 Answers
Nate Loden
3,993 PointsIt just wants you to put double quotes in both blanks.
Eliot Ostling
9,599 PointsAnother question in which I over analyzed it. Thank you guys! I really appreciate your guys input! >< :D
Nate Loden
3,993 Pointsit happens :)
Tommy Gebru
30,164 PointsOveranalyzing happens often, I clear up the confusion by reviewing past entries in the forum. And learn from other students. Usually have a few tabs open on Treehouse :)
Jenna McCarter
4,391 PointsJenna McCarter
4,391 PointsIf I remember this question correctly, have you tried this: website = "Treehouse"