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

"help 2" tutorial broken #131

Open pnhearer opened 13 years ago

pnhearer commented 13 years ago

Soph, the tutorial is broken, maybe it's just this old browser "IE 7". but when you type poem ['toast'] = 'honeydew' it returns => honeydew Then when you type print poem it returns the poem with toast still inside the poem.

(Side note: I am a beginner with ruby, but I have a pretty good grasp of the concepts. Would it be possible for me to write some extra lessons and submit to be implimented? )

godofgrunts commented 13 years ago

I had this problem too. I'm not sure if that is be design or not. Repeating the command will replace the other instance of 'toast' however.

pnhearer commented 12 years ago

I wonder if soph fell off the face of the earth..

godofgrunts commented 12 years ago

No he answered a bug that I made right after confirming this one

On Tue, May 24, 2011 at 9:56 PM, pnhearer < reply@reply.github.com>wrote:

I wonder if soph fell off the face of the earth..

Reply to this email directly or view it on GitHub: https://github.com/Sophrinix/TryRuby/issues/131#comment_1232687

Thank you, Ryan Whited