class SyntaxTree::HeredocEnd

def ===(other)

def ===(other)
  other.is_a?(HeredocEnd) && value === other.value
end