class SyntaxTree::Statements

def ===(other)

def ===(other)
  other.is_a?(Statements) && ArrayMatch.call(body, other.body)
end