markdown/readme/classes/exception/simple/show.yaml in debug_helper-1.8.0 vs markdown/readme/classes/exception/simple/show.yaml in debug_helper-2.0.0
- old
+ new
@@ -1,9 +1,9 @@
---
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>'