instance method
body
Ruby on Rails 3.0.20
Since v3.0.20Signature
body()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/http/response.rb, line 99
def body
str = ''
each { |part| str << part.to_s }
str
end
Defined in actionpack/lib/action_dispatch/http/response.rb line 99
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Response