Topic: awesome_print by default
Anyone know how I can get awesome_print (http://github.com/michaeldv/awesome_print) to auto-require when I launch the console?
I tried putting "require 'ap' in the ./scripts/console but that did not work.
If I require 'ap' manually it works.
Thanks.