# File lib/em-twitter/connection.rb, line 127 def stalled? @last_response ||= Response.new @last_response.older_than?(STALL_TIMEOUT) end