# File lib/phusion_passenger/utils/unseekable_socket.rb, line 100 def write(string) @socket.write(string) rescue => e raise annotate(e) end