class SyntaxTree::WordsBeg

def ===(other)

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