Method: TTY::Table::Renderer::Basic#alignments

Defined in:
lib/tty/table/renderer/basic.rb

#alignmentsArray

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

The table column alignments

Returns:

  • (Array)


50
51
52
# File 'lib/tty/table/renderer/basic.rb', line 50

def alignments
  @alignments
end