summaryrefslogtreecommitdiff
path: root/prism
diff options
context:
space:
mode:
authorMatthew Healy <matthew@liamhealy.xyz>2024-01-08 22:24:28 +0100
committergit <svn-admin@ruby-lang.org>2024-01-19 15:43:28 +0000
commit9c06297cbb3aeef0e2fdcff689885e4ae1677002 (patch)
treeea95fef7b8e0f2816fb6b4eeb26a148ce96510b0 /prism
parent57c138c5f4a57890f55a54c7c3f5bb55ee49c909 (diff)
[ruby/prism] Remove non-ASCII examples from ReadNode fields documentation
This is due to a constraint, enforced in `templates/template.rb`, relating to non-UTF-8 locales prohibiting non-ASCII characters in C source files. https://github.com/ruby/prism/commit/74e9a890be
Diffstat (limited to 'prism')
-rw-r--r--prism/config.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/prism/config.yml b/prism/config.yml
index 9720d1a83b..b349481b17 100644
--- a/prism/config.yml
+++ b/prism/config.yml
@@ -1053,8 +1053,6 @@ nodes:
@@abc # name `:@@abc`
@@_test # name `:@@_test`
-
- @@🍔 # name `:@@🍔`
comment: |
Represents referencing a class variable.
@@ -1234,8 +1232,6 @@ nodes:
X # name `:X`
SOME_CONSTANT # name `:SOME_CONSTANT`
-
- F🥨 # name `:F🥨`
comment: |
Represents referencing a constant.
@@ -1535,8 +1531,6 @@ nodes:
$_Test # name `:$_Test`
- $🍟 # name `:$🍟`
-
In addition to the above, global variable names may be one of: `$~`,
`$*`, `$$`, `$?`, `$!`, `$@`, `$/`, `$\`, `$;`, `$,`, `$.`, `$=`,
`$:`, `$<`, `$>`, `$"`, or `$0`.
@@ -1870,8 +1864,6 @@ nodes:
@x # name `:@x`
@_test # name `:@_test`
-
- @🌯 # name `:@🌯`
comment: |
Represents referencing an instance variable.
@@ -2106,8 +2098,6 @@ nodes:
x # name `:x`
_Test # name `:_Test`
-
- 🌯 # name `:🌯`
- name: depth
type: uint32
comment: |