# File lib/stella/client.rb, line 364 def response_handler? status = (@res.status || 0).to_i !find_response_handler(status).nil? end