# File lib/typhoeus/response/status.rb, line 48 def success? (mock || return_code == :ok) && response_code && has_good_response_code? end