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