# File lib/webmock/response.rb, line 52
    def status
      @status || [200, ""]
    end