markdown/readme/classes/struct/simple/show.md in debug_helper-1.7.0 vs markdown/readme/classes/struct/simple/show.md in debug_helper-1.8.0

- old
+ new

@@ -14,16 +14,29 @@ The output shows details of the struct. ```show.yaml```: ```yaml --- -MyStruct (message='My simple struct' size=3): +MyStruct (message='My simple struct'): + size: 3 Member 0: - Name: :a + Name: + Symbol: + to_s: a + size: 1 + encoding: !ruby/encoding US-ASCII Value: Fixnum 0 Member 1: - Name: :b + Name: + Symbol: + to_s: b + size: 1 + encoding: !ruby/encoding US-ASCII Value: Fixnum 1 Member 2: - Name: :c + Name: + Symbol: + to_s: c + size: 1 + encoding: !ruby/encoding US-ASCII Value: Fixnum 2 ```