markdown/readme/classes/set/mixed/show.md in debug_helper-1.8.0 vs markdown/readme/classes/set/mixed/show.md in debug_helper-2.0.0
- old
+ new
@@ -16,20 +16,20 @@
```show.yaml```:
```yaml
---
Set (message='My mixed set'):
- size: 3
+ Set#size: 3
Element 0: Fixnum 0
Element 1:
String:
- to_s: one
- size: 3
- encoding: !ruby/encoding UTF-8
- ascii_only?: true
- bytesize: 3
+ String#to_s: one
+ String#size: 3
+ String#encoding: !ruby/encoding UTF-8
+ String#ascii_only?: true
+ String#bytesize: 3
Element 2:
Symbol:
- to_s: two
- size: 3
- encoding: !ruby/encoding US-ASCII
+ Symbol#to_s: two
+ Symbol#size: 3
+ Symbol#encoding: !ruby/encoding US-ASCII
```