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