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

Unexpected output #76

Closed nocash closed 10 years ago

nocash commented 14 years ago

Actual output:

Interactive ruby ready.                                                
>> help                                                                 
>> 2 + 6                                                                
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.                                        
My honeydew 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.                                        
More still did I want to eat it.                                        
comet,                                                                  
Planting our flag on Halley's                                           
But when I saw it on television,                                        
moon.                                                                   
And my toast has gone to the                                            
My honeydew has flown from my hand                                      
Odelay!Odelay!Odelay!Odelay!Odelay!Achewood: http://achewood.com/       
Dinosaur Comics: http://qwantz.com/                                     
Perry Bible Fellowship: http://cheston.com/pbf/archive.html             
Get Your War On: http://mnftiu.cc/                                      
Achewood: http://achewood.com/                                          
Dinosaur Comics: http://qwantz.com/                                     
Perry Bible Fellowship: http://cheston.com/pbf/archive.html             
Get Your War On: http://mnftiu.cc/                                      
Poop and Scoop: http://poopndscoope.com                                 
ArgumentError: wrong number of arguments (0 for 3)   
nocash commented 14 years ago

Possibly related to issue #75? 'help' and '2+6' were the first commands I typed, though. I didn't even know about the 'print poem' part.

Yvem commented 13 years ago

I see such behaviour, too. There is obviously a messing between users' sessions. I reported a bug for that.

nocash commented 10 years ago

This seems to have been fixed at some point in the last four years.

> help
> 2+6
=> 8
Success!