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

toast poem word substitution example not working #118

Closed IsaakBerg closed 13 years ago

IsaakBerg commented 13 years ago

help 2 print poem My toast has flown from my hand And my toast has gone to the moon. But when I saw it on television, Planting our flag on Halley's comet, More still did I want to eat it.

=> nil

poem['toast'] = 'honeydew' => "honeydew" print poem My toast has flown from my hand And my toast has gone to the moon. But when I saw it on television, Planting our flag on Halley's comet, More still did I want to eat it. => nil

Sophrinix commented 13 years ago

i was unable to reproduce this issue. I am going to leave it open, but could you try it in firefox and see if you can recreate it.

IsaakBerg commented 13 years ago

Thanks so much! It worked in Firefox (3.5.3) and I completed the rest of the lessons with no more problems. The first time I was using Internet Explorer 9,0 (Beta)