# File lib/webmock/response.rb, line 56
    def status=(status)
      @status = status.is_a?(Integer) ? [status, ""] : status
    end