class SyntaxTree::HeredocEnd

HeredocEnd represents the closing declaration of a heredoc.

<<~DOC
  contents
DOC

In the example above the HeredocEnd node represents the closing DOC.