Method: TableGen#clear!

Defined in:
lib/tablegen.rb

#clear!Object

Empty the table AND delete the columns.

See Also:



144
145
146
147
# File 'lib/tablegen.rb', line 144

def clear!
  clear
  @columns.clear
end