class SyntaxTree::EndContent

def ===(other)

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