Ruby snippet: figure out what has been loaded already

While trying to figure out why some piece of code was running inside the tests
but not in production I needed to figure out which files where actually loaded
at which point in the code. Using a combination of pry
and the LOADED_FEATURES global ie.

https://gist.github.com/sideshowcoder/5228176.js

Enjoy

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.