Method: TTY::Table::Field#colspan

Defined in:
lib/tty/table/field.rb

#colspanObject (readonly)

Number of columns this field spans. Defaults to 1.



27
28
29
# File 'lib/tty/table/field.rb', line 27

def colspan
  @colspan
end