markdown/readme/classes/hash/circular/show.md in debug_helper-1.5.0 vs markdown/readme/classes/hash/circular/show.md in debug_helper-1.6.0
- old
+ new
@@ -21,13 +21,17 @@
```yaml
---
Hash (size=1 message='My circular hashes'):
Pair 0:
Key:
- Symbol (size=3 encoding=US-ASCII): :foo
+ Symbol (size=3):
+ to_s: foo
+ encoding: !ruby/encoding US-ASCII
Value:
Hash (size=1):
Pair 0:
Key:
- Symbol (size=3 encoding=US-ASCII): :bar
+ Symbol (size=3):
+ to_s: bar
+ encoding: !ruby/encoding US-ASCII
Value: Hash {:foo=>{:bar=>{...}}}
```