# File lib/mongrel.rb, line 459 459: def write(data) 460: @socket.write(data) 461: rescue => details 462: socket_error(details) 463: end