markdown/readme/classes/regexp/named_captures/show.yaml in debug_helper-1.8.0 vs markdown/readme/classes/regexp/named_captures/show.yaml in debug_helper-2.0.0
- old
+ new
@@ -1,11 +1,11 @@
---
Regexp (message='My regexp with named captures'):
- to_s: "(?-mix:(?<a>.)(?<b>.))"
- casefold?: false
- named_captures:
+ Regexp#to_s: "(?-mix:(?<a>.)(?<b>.))"
+ Regexp#casefold?: false
+ Regexp#named_captures:
a:
- 1
b:
- 2
- encoding: !ruby/encoding US-ASCII
- fixed_encoding?: false
+ Regexp#encoding: !ruby/encoding US-ASCII
+ Regexp#fixed_encoding?: false