# File lib_doc/rucy/redirect.rb, line 114
    def doc_args
      [ [ 'request path pattern (regexp)', :regexp, nil ],
        [ %"replace location (usable \&, \0, \1 ... \9, \`, \', \+)", :string, nil ],
        [ 'status', :select, [
            '302 Found',
            '303 See Other',
            '301 Moved Permanently',
            '307 Temporary Redirect'
          ]
        ]
      ]
    end