Sophrinix / TryRuby

Try Ruby is a interactive shell that quickly and whimsically teaches the Ruby programming language. Originally _why's idea, it has been recreated from the ground up by Rubyists who have a passion for Ruby and for teaching their fellow (wo)man how to program.
tryruby.org
347 stars 79 forks source link

More undefined local variables #124

Open lolJona opened 13 years ago

lolJona commented 13 years ago

I keep getting the error message "NameError: undefined local variable or method 'ticket' for main:Object" for ticket, obviously, and I got a similar error for poem (and later books). I felt like it was more difficult to grasp those particular concepts so I'm just gonna wait on this.

Other than that, I love the ease of this tutorial. Thank you! :)

misgatos commented 13 years ago

FYI the poem at the beginning of part 3 is still returning the same error: "NameError: undefined local variable or method 'poem' for main:Object"