Module: Prism::StringFlags
- Defined in:
- lib/prism/node.rb
Overview
Flags for string nodes.
Constant Summary collapse
- FORCED_UTF8_ENCODING =
internal bytes forced the encoding to UTF-8
1 << 0
- FORCED_BINARY_ENCODING =
internal bytes forced the encoding to binary
1 << 1
- FROZEN =
frozen by virtue of a ‘frozen_string_literal` comment
1 << 2