class ActionDispatch::Response

def sent?; synchronize { @sent }; end

def sent?;      synchronize { @sent };      end