markdown/readme/template.md in debug_helper-1.6.0 vs markdown/readme/template.md in debug_helper-1.7.0

- old
+ new

@@ -1,6 +1,19 @@ # Debug Helper +## New in Version 1.7 + +Classes analyzed: + +- [File](#file) +- [Set](#set) + +Options: + +- [```depth```](#option-depth) + +## About Debug Helper + If (like me), your debugging style is [printf debugging](https://en.wikipedia.org/wiki/Debugging#Techniques), you will have shoved this into your code many times: @[ruby](show_hash.rb) And this: