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

Remove Rails strip_heredoc dependency since Rails is not listed as a add_development_dependency. #302

Closed kstephens closed 5 years ago

kstephens commented 7 years ago

b/spec/misc_spec.rb uses String#strip_heredoc, which apparently is defined in Rails activesupport.

I will submit a pull request.

imajes commented 5 years ago

this is done!