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

Cannot edit comics.txt (500 Error) #145

Closed typhoon2099 closed 12 years ago

typhoon2099 commented 12 years ago

File.open("/Home/comics.txt", "a") do |f|

Returns a 500 error. Also:

FileUtils.copy('/comics.txt', '/Home/comics.txt')

Returns nil, but I assume it's supposed to do that since the tutorial moved on.

typhoon2099 commented 12 years ago

Yeah, I did a £ instead of a F. Please ignore me.