Method: TTY::Table::Header#empty?

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

#empty?Boolean

Check if there are no elements.

Returns:

  • (Boolean)


146
147
148
# File 'lib/tty/table/header.rb', line 146

def empty?
  to_ary.empty?
end