# File lib_wpm/wpm.rb, line 584 def set_location(uri, code=302) set_status(code) set_header('Location', uri) nil end