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

Test against ruby 2.6 on Travis #345

Closed miry closed 5 years ago

miry commented 6 years ago

There are some lines in code that modify strings. To check all such places add option to freeze string by default.

imajes commented 5 years ago

These changes have been pulled in via 3e5cef9d39 and 1ee68103ec7. Thanks! :)