# File lib/camping-unabridged.rb, line 308 308: def r(s, b, h = {}) 309: b, h = h, b if Hash === b 310: @status = s 311: @headers.merge!(h) 312: @body = b 313: end