class RuboCop::AST::NodePattern::Node::Rest

def in_sequence_head

def in_sequence_head
  [Node.new(:wildcard), self]
end