Effectively using __method__ and __callee__ in Ruby
Ruby provides many useful methods out of the box which allows for some very effective programming techniques. Today, we are taking a look at the __method__
and __callee__
helper methods and how they can help us produce DRY code.