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

def initialize(compiler, var: nil, access: var, seq_head: false)

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

def initialize: (RuboCop::AST::NodePattern::Compiler compiler, var: String?, access: String, seq_head: bool) -> void

This signature was generated using 5 samples from 1 application.

def initialize(compiler, var: nil, access: var, seq_head: false)
  super(compiler)
  @var = var
  @access = access
  @seq_head = seq_head
end