reset static method

  1. @visibleForTesting
void reset()

only to be used for unit tests. It resets the paths so that they can pick up changes to HOME made by the unit tests.

Implementation

@visibleForTesting
static void reset() {
  _self = null;
}