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 Blocks Working With Blocks Blocks in the Wild: Arrays and Hashes

Hey, guys can puts a (#) sign in the interpreter console(irb) Tried all options. (Option/alt - 3) not sure why?

I am at Ruby's console and not able to use the #sign in it for some reason.

3 Answers

I'm pretty sure the # sign is shift 3 not option 3 also if you are using the # sign for string interpolation you can end the string and use a + sign then the variable then another + sign and continue the string

Hey, its on a Mac (United Kingdom) tried it not sure why.

You don't need the # sign as I said earlier you can use a + sign. example: puts "your name is: " + name