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