class RuboCop::AST::NodePattern::Compiler::NodePatternSubcompiler

def visit_capture

Experimental RBS support (using type sampling data from the type_fusion project).

def visit_capture: () -> String

This signature was generated using 3 samples from 1 application.

def visit_capture
  "(#{compiler.next_capture} = #{access_element}; #{compile(node.child)})"
end