module Prism::ShareableConstantNodeFlags
Flags for shareable constant nodes.
Constants
- EXPERIMENTAL_COPY
-
constant writes that should be modified with shareable constant value experimental copy
- EXPERIMENTAL_EVERYTHING
-
constant writes that should be modified with shareable constant value experimental everything
- LITERAL
-
constant writes that should be modified with shareable constant value literal
Ruby Core © 1993–2024 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.