markdown/readme/classes/array/mixed/show.md in debug_helper-1.7.0 vs markdown/readme/classes/array/mixed/show.md in debug_helper-1.8.0

- old
+ new

@@ -13,18 +13,21 @@ The output shows details of the array. ```show.yaml```: ```yaml --- -Array (message='My mixed array' size=3): +Array (message='My mixed array'): + size: 3 Element 0: Fixnum 0 Element 1: - String (size=3): + String: to_s: one + size: 3 encoding: !ruby/encoding UTF-8 ascii_only?: true bytesize: 3 Element 2: - Symbol (size=3): + Symbol: to_s: two + size: 3 encoding: !ruby/encoding US-ASCII ```