method
    
    response_body=
  response_body=(body)
  public
  
    Hide source    
    
      
  
# File actionpack/lib/action_controller/metal/rack_delegation.rb, line 16 def response_body=(body) response.body = body if response super end

  