Module: Prism::StringFlags
| Relationships & Source Files | |
| Defined in: | lib/prism/node.rb |
Overview
Flags for string nodes.
Constant Summary
-
FORCED_BINARY_ENCODING =
# File 'lib/prism/node.rb', line 19916
internal bytes forced the encoding to binary
1 << 3
-
FORCED_UTF8_ENCODING =
# File 'lib/prism/node.rb', line 19913
internal bytes forced the encoding to UTF-8
1 << 2
-
FROZEN =
# File 'lib/prism/node.rb', line 19919
frozen by virtue of a
frozen_string_literal: truecomment or--enable-frozen-string-literal1 << 4
-
MUTABLE =
# File 'lib/prism/node.rb', line 19922
mutable by virtue of a
frozen_string_literal: falsecomment or--disable-frozen-string-literal1 << 5