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.

Home Page:tryruby.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More undefined local variables

lolJona opened this issue · comments

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! :)

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"