Classes: Response
Yields:
17 18 19 20 21
# File 'lib/cheat/responder.rb', line 17 def respond_to yield response = Response.new(env.HTTP_ACCEPT) @headers['Content-Type'] = response.content_type response.body end