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

Displaying hashes using the "new syntax" #188

Open maurogeorge opened 9 years ago

maurogeorge commented 9 years ago

add support for displaying hashes using foo: "bar" syntax (as opposed to :foo => "bar").

Created based on the idea of @michaeldv about the future of the project

imajes commented 9 years ago

i've been on the fence about this... i support it, but there's something nice about seeing the hashrocket form, as visually it seems a little easier to parse :)

letiesperon commented 3 years ago

I would love to see the hashes being displayed in the new syntax. It's way easier to read