newline method

T newline()
inherited

Implementation

Self newline() {
  commander().newline();
  return this as Self;
}