# File lib/Getopt/Declare2.rb, line 498
      def Arg.clear
        @@flags = []
        @@nextid = 0
        @@posflagpat  = nil
        @@negflagpath = nil
      end