# File lib/action_dispatch/http/response.rb, line 99 def body str = '' each { |part| str << part.to_s } str end