# File lib/camping-unabridged.rb, line 307 def r(s, b, h = {}) b, h = h, b if Hash === b @status = s @headers.merge!(h) @body = b end