wrapTable method

String wrapTable(
  1. String table
)

Wrap a table in keyword identifiers.

Implementation

String wrapTable(String table) {
  return wrap(table);
}