awesome-print / awesome_print

Pretty print your Ruby objects with style -- in full color and with proper indentation
http://github.com/michaeldv/awesome_print
MIT License
4.07k stars 454 forks source link

Did ap used to show where methods were defined? #358

Open mlsquires opened 5 years ago

mlsquires commented 5 years ago

I haven't done much Ruby work in the past year and am just getting back to it. I thought that awesome_print(MyKlass.methods(true)) would list all of the methods, along with which module/class defined them. It doesn't seem to do that anymore - am I mis-remembering it?