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 struct formatting #363

Open randyjap opened 5 years ago

randyjap commented 5 years ago

Fixes https://github.com/awesome-print/awesome_print/issues/361

randyjap commented 5 years ago

RUBYOPT="--enable-frozen-string-literal"

breaks last test. Is it required?