# File lib/typhoeus/response.rb, line 54
    def mock
      defined?(@mock) ? @mock : options[:mock]
    end