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 trial

Ruby Ruby Basics (Retired) Ruby Strings String Creation

does anybody know the answer to fill in the blank characters to create a valid ruby string?

ruby

5 Answers

Maciej Czuchnowski
Maciej Czuchnowski
36,441 Points

I'd say put single (') or double (") quotes in both blank spaces (but use the same on both sides, so " and " or ' and ', your choice)

Matthew Bingham
Matthew Bingham
11,927 Points

I got stuck on that one as well - simply because the line to write code was so big! You need a quote " on either side of the word: "treehouse"

  • Matt

Hi fellas, I tried what you guys said but it's not working. Could you please elaborate? Thanks

thanks sergio

This was literally the most simple yet complex question i have ever ran into LOL, why are the lines so long. for some quotes :P