class RuboCop::AST::NodePattern::Compiler::SequenceSubcompiler
def compile_loop(term)
def compile_loop(term) <<~RUBY (#{compile_max_matched}).times do break #{compile_min_check} unless #{term} end \\ RUBY end
def compile_loop(term) <<~RUBY (#{compile_max_matched}).times do break #{compile_min_check} unless #{term} end \\ RUBY end