module SyntaxTree::ArrayMatch

When we’re implementing the === operator for a node, we oftentimes need to compare two arrays. We want to skip over the === definition of array and use our own here, so we do that using this module.