# File lib/action_controller/metal.rb, line 128 def response_body=(val) body = val.respond_to?(:each) ? val : [val] super body end