Method: TTY::Table::Orientation#horizontal?

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

#horizontal?Boolean

Check if orientation is horizontal

Returns:

  • (Boolean)


55
56
57
# File 'lib/tty/table/orientation.rb', line 55

def horizontal?
  name == :horizontal
end