# File lib/camping-unabridged.rb, line 329
329:     def redirect(*a)
330:       r(302,'','Location'=>URL(*a).to_s)
331:     end