class SyntaxTree::TStringEnd

def ===(other)

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