# File lib/mini_profiler/profiler.rb, line 509
    def text_result(body)
      headers = {'Content-Type' => 'text/plain'}
      [200, headers, [body]]
    end