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