markdown/readme/classes/match_data/simple/show.md in debug_helper-1.8.0 vs markdown/readme/classes/match_data/simple/show.md in debug_helper-2.0.0
- old
+ new
@@ -14,12 +14,12 @@
```show.yaml```:
```yaml
---
MatchData (message='My simple MatchData'):
- size: 1
- regexp: !ruby/regexp /[a-z]/
- to_a:
+ MatchData#size: 1
+ MatchData#regexp: !ruby/regexp /[a-z]/
+ MatchData#to_a:
- a
- captures: []
- names: []
+ MatchData#captures: []
+ MatchData#names: []
```