Hacker News new | ask | show | jobs
by lojic 6842 days ago
Oh yeah, Ruby has a slightly different interpretation of true/false, so I changed while(z) to while (z != 0) - likewise with if. No help though :(
1 comments

Yeah baby! I missed one true/false Ruby idiosyncracy, and that did the trick :)