markdown/readme/classes/regexp/simple/show.md in debug_helper-1.8.0 vs markdown/readme/classes/regexp/simple/show.md in debug_helper-2.0.0
- old
+ new
@@ -14,11 +14,11 @@
```show.yaml```:
```yaml
---
Regexp (message='My simple regexp'):
- to_s: "(?-mix:\\w+)"
- casefold?: false
- named_captures: {}
- encoding: !ruby/encoding US-ASCII
- fixed_encoding?: false
+ Regexp#to_s: "(?-mix:\\w+)"
+ Regexp#casefold?: false
+ Regexp#named_captures: {}
+ Regexp#encoding: !ruby/encoding US-ASCII
+ Regexp#fixed_encoding?: false
```