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

def access_element

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

def access_element: () -> String

This signature was generated using 2 samples from 1 application.

def access_element
  seq_head ? "#{access}.type" : access
end