undo method

Tuple2 undo()

Implementation

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