WTF?! June 17th, 2008
Sometimes I love old code! When going through an old project today, I stumbled upon this gem. Priceless
case rand(2) when 0: do_something when 1: do_something_else else throw "WTF!" end
# => true
Sometimes I love old code! When going through an old project today, I stumbled upon this gem. Priceless
case rand(2) when 0: do_something when 1: do_something_else else throw "WTF!" end
Leave a Reply