close method

Implementation

@override
PathBuilder close() {
  _commands.add(const CloseCommand());
  return this;
}