Method: TableGen::Column#collapse

Defined in:
lib/tablegen/column.rb

#collapseBoolean

Whether the column can be hidden to respect the table’s width constraint. (Defaults to false)

Returns:

  • (Boolean)


24
25
26
# File 'lib/tablegen/column.rb', line 24

def collapse
  @collapse
end