Ruby Koans – Day 1 Progress

Slow start at first, but I think I am picking up speed.  equals and == sucks, they mean the exact opposite that they do in Java.  Ruby, == is equivalence (.equals in Java), and use .equal? to check if the objects are the same (== in Java).  That'll probably hang me up for a while.  This resource from ruby-lang helped…

0 Comments