jumpToMin method

void jumpToMin()

Implementation

void jumpToMin() {
  return jumpTo(0);
}