Debugging Super Methods in Ruby 2.2
http://www.schneems.com/2015/01/14/debugging-super-methods-ruby-22.html
Debugging a large codebase is hard. Ruby makes debugging easier by exposing method metadata and caller stack inside Ruby’s own process. Recently in Ruby 2.2.0…