class SyntaxTree::SymBeg

def ===(other)

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