class SyntaxTree::TStringEnd

TStringEnd represents the end of a string literal.

"string"

In the example above, TStringEnd represents the second set of quotes. Strings can also use single quotes. They can also be declared using the +%q+ and +%Q+ syntax, as in:

%q{string}