When reading source code, I always want to know the full path of the file when it is loaded, is there any callback method in ruby to accomplish this, or any other way to do
I'm curious why you're using load instead of require - in all of my time using Ruby. I've never had occasion to utilize load.
load
require