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

def access_node

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

def access_node: () -> String

This signature was generated using 2 samples from 1 application.

def access_node
  return access if seq_head
  "#{compile_guard_clause} && #{access}"
end