markdown/readme/classes/hash/circular/show.md in debug_helper-1.7.0 vs markdown/readme/classes/hash/circular/show.md in debug_helper-1.8.0
- old
+ new
@@ -18,20 +18,28 @@
The circular reference is not followed.
```show.yaml```:
```yaml
---
-Hash (size=1 message='My circular hashes'):
+Hash (message='My circular hashes'):
+ size: 1
+ default:
+ default_proc:
Pair 0:
Key:
- Symbol (size=3):
+ Symbol:
to_s: foo
+ size: 3
encoding: !ruby/encoding US-ASCII
Value:
- Hash (size=1):
+ Hash:
+ size: 1
+ default:
+ default_proc:
Pair 0:
Key:
- Symbol (size=3):
+ Symbol:
to_s: bar
+ size: 3
encoding: !ruby/encoding US-ASCII
Value: Hash {:foo=>{:bar=>{...}}}
```