class WebMock::Response

def status

def status
  @status || [200, ""]
end