dup method

void dup()

Implementation

void dup() {
  _refCount++;
}