Hacking Your Gems for Debugging
Ever wish you could drop a few puts
or binding.pry
calls in to a gem so you could understand what’s going on inside? In this post I share some useful tooling for altering your local gems for the purposes of debugging. Read More: Hacking Your Gems for Debugging
Post a comment