Quick Tip: How to use unless in Ruby
April 22nd, 2011 at 3:44 pm No CommentsUnless is a backwards if in Ruby. For the longest time I had a hard time wrapping my head around using it instead of just using not if, which I’ve always been used to. But, if you want to be apart of the Ruby culture, you need to learn how to use unless, here’s my simple technique on how I learned to use it.
Read more »

























