module Prism::StringFlags
Flags for string nodes.
Constants
- FORCED_BINARY_ENCODING
-
internal bytes forced the encoding to binary
- FORCED_UTF8_ENCODING
-
internal bytes forced the encoding to UTF-8
- FROZEN
-
frozen by virtue of a ‘frozen_string_literal: true` comment or `–enable-frozen-string-literal`
- MUTABLE
-
mutable by virtue of a ‘frozen_string_literal: false` comment or `–disable-frozen-string-literal`
Ruby Core © 1993–2024 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.