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