Module: Prism::SymbolFlags
- Defined in:
- lib/prism/node.rb
Overview
Flags for symbol nodes.
Constant Summary collapse
- FORCED_UTF8_ENCODING =
internal bytes forced the encoding to UTF-8
1 << 2
- FORCED_BINARY_ENCODING =
internal bytes forced the encoding to binary
1 << 3
- FORCED_US_ASCII_ENCODING =
internal bytes forced the encoding to US-ASCII
1 << 4