Method: Rack::Response#body

Defined in:
lib/rack/response.rb

#bodyObject

Returns the value of attribute body.

[View source]

31
32
33
# File 'lib/rack/response.rb', line 31

def body
  @body
end