# File lib/mongrel.rb, line 428 428: def write(data) 429: @socket.write(data) 430: rescue => details 431: socket_error(details) 432: end