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 trialjames Pradhan
Courses Plus Student 1,159 PointsHey, 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
henrywojnicki2
5,095 PointsI'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
james Pradhan
Courses Plus Student 1,159 PointsHey, its on a Mac (United Kingdom) tried it not sure why.
henrywojnicki2
5,095 PointsYou don't need the # sign as I said earlier you can use a + sign. example: puts "your name is: " + name