class RuboCop::AST::NodePattern::Builder

def emit_list(type, _begin, children, _end)

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

def emit_list: (Symbol type, Symbol _begin, Array[RuboCop::AST::NodePattern::Node] children, Symbol _end) -> RuboCop::AST::NodePattern::Node::Sequence

This signature was generated using 3 samples from 1 application.

def emit_list(type, _begin, children, _end)
  n(type, children)
end