11 Ruby Tricks You Haven’t Seen Before
Looking for some cool Ruby tricks? You found them! In this article I want to share with you some of my favorites. Contents Deep copy When you copy an object that contains other objects, like an Array, only a reference to these objects is copied. You can see that in action here: food = %w( … Read more