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

def compile_guard_clause

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

def compile_guard_clause: () -> String

This signature was generated using 3 samples from 1 application.

def compile_guard_clause
  "#{access}.is_a?(::RuboCop::AST::Node)"
end