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