class SyntaxTree::QWordsBeg

def ===(other)

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