markdown/readme/classes/array/simple/show.md in debug_helper-1.7.0 vs markdown/readme/classes/array/simple/show.md in debug_helper-1.8.0
- old
+ new
@@ -13,10 +13,11 @@
The output shows details of the array.
```show.yaml```:
```yaml
---
-Array (message='My simple array' size=3):
+Array (message='My simple array'):
+ size: 3
Element 0: Fixnum 5
Element 1: Fixnum 10
Element 2: Fixnum 15
```