class RuboCop::AST::NodePattern::Compiler::NodePatternSubcompiler
def compile_value_match(value)
Experimental RBS support (using type sampling data from the type_fusion
project).
def compile_value_match: (String value) -> String
This signature was generated using 1 sample from 1 application.
def compile_value_match(value) "#{value} === #{access_element}" end