clone method

Jiffy clone()

Implementation

Jiffy clone() {
  return Jiffy(this);
}