class ActionDispatch::Response

def sending?; synchronize { @sending }; end

def sending?;   synchronize { @sending };   end