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