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
345 stars 80 forks source link

Dri problem #116

Closed xlarsx closed 13 years ago

xlarsx commented 13 years ago

Good day, I've the following problem:

Dir
NameError: uninitialized constant Object::Dri

I'm using the Google Chrome browser

Sophrinix commented 13 years ago

im not sure how you are having this issue.

dir
NameError: undefined local variable or method `dir' for main:Object
Dir
=> FakeFS::Dir

are you sure you didn't type dir?

xlarsx commented 13 years ago

Yes, here is an image:

http://img502.imageshack.us/img502/5556/errordz.jpg

Greetings

Sophrinix commented 13 years ago

Chances are you were not on lesson 4. when each lesson is loaded, it loads stuff into FakeFS (and not before hand).. If you go through the lessons and have a failure when the lesson calls for Dir, then please let me know.