class SyntaxTree::RegexpBeg

def ===(other)

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