# File lib/camping-unabridged.rb, line 327
327:     def r(s, b, h = {})
328:       b, h = h, b if Hash === b
329:       @status = s
330:       @headers.merge!(h)
331:       @body = b
332:     end