awesome-print / awesome_print

Pretty print your Ruby objects with style -- in full color and with proper indentation
http://github.com/michaeldv/awesome_print
MIT License
4.07k stars 454 forks source link

AwesomePrint::Inspector repeatedly stats "$HOME/.aprc". #304

Closed kstephens closed 7 years ago

kstephens commented 7 years ago

This repetitive stat() call is relatively expensive and probably unnecessary for the lifetime of a process, as .aprc is unlikely to be modified often.

I will submit a pull request.