public void print() { print(System.out); }
/** Prints the given table and returns success */ protected Result tableResults(TablePrinter table) { table.print(getOut()); return Results.success(); }