awesome-print/awesome_print

Did ap used to show where methods were defined?

mlsquires opened this issue · 0 comments

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?