Menu
Sign In Pricing Add Podcast

Ruby Rogues

Rails at Super Scale with Kyle d'Oliveira - RUBY 667

1797.296 - 1816.226 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

There are no comments yet.

Log in to comment.