# File lib/cuba.rb, line 33 def redirect(path, status = 302) @headers["Location"] = path @status = status end