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