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 Booleans Build a Simple Todo List Program Writing Classes

class ToDoList end

How is this not creating a new class that hasn't been initiated... ?

3 Answers

class TodoList
end

Your just initializing a empty class.

Thanks for your response btw. Yeah I had it on two lines, but when I submitted the question for some reason the \n key got eaten up or something and then it disappeared. Thanks for your help bro!

Appreciate it tons~! Loi

Lmao thats what the instructions told me to do. lol I got through it. I thought it was just being buggy or something? I did the exact same thing later... =(~!

No problem man. Goodluck dude.