method
body
v3.0.0 -
Show latest stable
- Class:
ActionDispatch::Response
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