Why is my pry not using coderay to make output pretty?
I don't get pretty awesome_print-style object/output printing... just boring irb-style one-line output.
This question implies it should Just Work: How to get awesome_print to work in pry/ruby-debug in running app
update: actually it works for hashes, but not for, say, an ActiveRecord object.