|
|
|
|
|
by Linell
946 days ago
|
|
Another pro-tip in this vein is `object.methods` to see a list of the methods to which the object you're messing with will respond. I use this all of the time when I'm diving into something trying to figure out what's going on. |
|