class RuboCop::AST::NodePattern::Builder
def emit_atom(type, value)
Experimental RBS support (using type sampling data from the type_fusion
project).
def emit_atom: (Symbol type, Integer value) -> RuboCop::AST::NodePattern::Node
This signature was generated using 1 sample from 1 application.
def emit_atom(type, value) n(type, [value]) end