module RuboCop::AST::NodePattern::Node::ForbidInSeqHead

def in_sequence_head

def in_sequence_head
  raise NodePattern::Invalid, "A sequence can not start with a #{type}"
end