# File lib/phusion_passenger/utils/unseekable_socket.rb, line 167 def gets return nil if @simulate_eof @socket.gets rescue => e raise annotate(e) end