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` comment