method

body

body()
public

No documentation available.

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