# File mod_docs/redirect.rb, line 38 def doc_args [ [ 'location', 'location', :string, nil ], [ 'status', 'status', :select, [ '302 Found', '303 See Other', '301 Moved Permanently', '307 Temporary Redirect' ] ] ] end