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

syntax error, unexpected tGVAR #73

Closed matiaskorhonen closed 14 years ago

matiaskorhonen commented 14 years ago

Something seems to be broken on tryruby.org:

>> 1 + 1                                                                
SyntaxError: <main>:164: syntax error, unexpected tGVAR, expecting $end 
    $stdout = StringIO.new                                              
           ^    
MartinGross commented 14 years ago

Same for me

Sophrinix commented 14 years ago

yeah i think i have a session bug that I am still looking into.

if you run into this type reset and try it again.. i will post a fix as soon as I can up or down my suspicion.

MartinGross commented 14 years ago

Seems to be ok now. Thanks

Sophrinix commented 14 years ago

np