class SyntaxTree::TStringBeg

TStringBeg represents the beginning of a string literal.

"string"

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

%q{string}