Ruby Rogues
Rails at Super Scale with Kyle d'Oliveira - RUBY 667
Kyle d'Oliveira
So if anyone didn't know, this is a tactic that I use all the time for debugging pieces of code that I've never been familiar with. If you can have access to a console, you can ask Ruby what methods are available with a .methods call. You can also get access to the method itself and then ask it, what is its source? Where does it live?
0
💬
0
Comments
Log in to comment.
There are no comments yet.