Module: Prism::EncodingFlags

Defined in:
lib/prism/node.rb

Overview

Flags for nodes that have unescaped content.

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