class RuboCop::AST::NodePattern::Node::Predicate

def arg_list

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

def arg_list: () -> untyped

This signature was generated using 2 samples from 1 application.

def arg_list
  children[1..]
end