amazing-print / amazing_print

Pretty print your Ruby objects with style -- in full color and with proper indentation
MIT License
783 stars 33 forks source link

Add ExtLoader #110

Closed HarlemSquirrel closed 8 months ago

HarlemSquirrel commented 8 months ago

Fixes #107

This should help with instances where libraries are required before their extensions resulting in the extensions never getting loaded.

We attempt to load our extensions when we require 'amazing_print' and then twice more during the first instantiations of Inspector which should hopefully be after the rest of any libraries are required by Bundler or other means.