}
public final void andShow(final Parse cells) {
Parse stream = cells.more;
if (stream == null) {
throw new MissingCellsFailureException(cells.text()
+ " requires an argument");
}
String consoleStream = stream.text();
if (STDOUT.equalsIgnoreCase(consoleStream)) {
stream.addToBody("<hr/>" + label("Console Output") + "<hr/>");