markdown/readme/classes/exception/simple/show.md in debug_helper-1.8.0 vs markdown/readme/classes/exception/simple/show.md in debug_helper-2.0.0
- old
+ new
@@ -32,12 +32,12 @@
```show.yaml```:
```yaml
---
Exception (message='My simple exception'):
- message: Boo!
- cause:
- backtrace:
+ Exception#message: Boo!
+ Exception#cause:
+ Exception#backtrace:
- show.rb:6:in `foo'
- show.rb:14:in `bar'
- show.rb:18:in `baz'
- show.rb:21:in `<main>'
```