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

Fix hash syntax inconsistency #281

Closed gerrywastaken closed 7 years ago

gerrywastaken commented 7 years ago

Use the ruby 1.9 hash syntax everywhere appropriate. This is to fix style inconsistencies in the code base. This is also so that Hound can be used without it bugging people every time they touch an older piece of code but forget to update the syntax.

https://github.com/awesome-print/awesome_print/issues/279