class RuboCop::AST::NodePattern::Compiler::SequenceSubcompiler
def initialize(compiler, sequence:, var:)
will be used for the different terms of the sequence.
Calls `compile_sequence`; the actual `compile` method
def initialize(compiler, sequence:, var:) @seq = sequence # The node to be compiled @seq_var = var # Holds the name of the variable holding the AST::Node we are matching super(compiler) end