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