# File lib/action_dispatch/http/response.rb, line 113 def body strings = [] each { |part| strings << part.to_s } strings.join end