class RuboCop::AST::NodePattern::Compiler

def compile_as_atom(node)

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

def compile_as_atom: (RuboCop::AST::NodePattern::Node node) -> String

This signature was generated using 1 sample from 1 application.

def compile_as_atom(node)
  @atom_subcompiler.compile(node)
end