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