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

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

# sig/rubocop/ast/node_pattern/node.rbs

class RuboCop::AST::NodePattern::Node::Predicate < RuboCop::AST::NodePattern::Node::Node
  def arg_list: () -> untyped
end

Node class for ‘predicate?(:arg, :list)`

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

def method_name

def method_name
  children.first
end