redo method

Tuple2 redo()

Implementation

Tuple2 redo() {
  return _history.redo(this);
}