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

- old
+ new

@@ -12,10 +12,12 @@ For certain classes (see below), the analysis is very detailed. For the collection classes ```Array```, ```Hash```, and ```Struct```, the analysis is also recursive; that is, the collection's values are themselves analyzed. +You can control the depth of recursion using option ```depth```. See [Options](#options). + Classes treated in detail: @[:markdown](class_links.md) Others are treated as: @@ -40,5 +42,9 @@ ``` Just be sure to ```include DebugHelper::Putd```. @[:markdown](class_inclusions.md) + +## Options + +@[:markdown](options/depth/show.md)