Flags for string nodes.

Constants

internal bytes forced the encoding to UTF-8

internal bytes forced the encoding to binary

frozen by virtue of a ‘frozen_string_literal: true` comment or `–enable-frozen-string-literal`

mutable by virtue of a ‘frozen_string_literal: false` comment or `–disable-frozen-string-literal`