Been working a good chunk of the day with analyzing Ruby objects in Pry, and realized I needed more information. So I wrote a module that can be included on Object that recursively inspects the internal structure of objects.
Output of RSpec::Rails.contents
above. I’ve since renamed the method, but the output is very similar.
Take a look at the code up on Gist.
⦂∀