We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b908306 commit d375bccCopy full SHA for d375bcc
doc/language/globals.md
@@ -19,7 +19,7 @@ require 'English'
19
| `$!` | `$ERROR_INFO` | \Exception object or `nil` | `nil` | Yes | Kernel#raise |
20
| `$@` | `$ERROR_POSITION` | \Array of backtrace positions or `nil` | `nil` | Yes | Kernel#raise |
21
22
-### Matched Data
+### Matched \Data
23
24
| Variable | \English | Contains | Initially | Read-Only | Reset By |
25
|:-------------:|:-------------------:|-----------------------------------|:---------:|:---------:|-----------------|
@@ -127,7 +127,7 @@ Output:
127
128
English - `$ERROR_POSITION`.
129
130
-## Matched Data
+## Matched \Data
131
132
These global variables store information about the most recent
133
successful match in the current scope.
0 commit comments