# File lib/Getopt/Declare2.rb, line 339
      def ows(g)
       return '[\s|\0]*(' + g + ')' unless @nows
       '('+ g +')'
      end