# File lib/mongrel.rb, line 488 488: def write(data) 489: @socket.write(data) 490: rescue => details 491: socket_error(details) 492: end