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

Default sort_keys hash option in README is wrong #115

Closed smackesey closed 11 years ago

smackesey commented 11 years ago

It seems that when awesome-printing a hash, the default is to sort the hash keys. The README says that this option is off by default, but it is on.

smackesey commented 11 years ago

My mistake, I had a lurking ~/.aprc file that was causing this.