class RuboCop::AST::NodePattern::Compiler::NodePatternSubcompiler
def visit_sequence
Experimental RBS support (using type sampling data from the type_fusion
project).
def visit_sequence: () -> String
This signature was generated using 1 sample from 1 application.
def visit_sequence multiple_access(:sequence) do |var| term = compiler.compile_sequence(node, var: var) "#{compile_guard_clause} && #{term}" end end