Method: TableGen#clear

Defined in:
lib/tablegen.rb

#clearObject

Empty the table. Columns settings are conserved.

See Also:



137
138
139
# File 'lib/tablegen.rb', line 137

def clear
  @lines.clear
end