Sha256: 8f7f8dffa2982d086cc55e480eabafb3f079e646026b947fd232c16926cbfd17

Contents?: true

Size: 304 Bytes

Versions: 3

Compression:

Stored size: 304 Bytes

Contents

# -*- encoding: utf-8 -*-

module TTY
  class Table

    # A class representing table orientation
    class Orientation

      class Horizontal < Orientation

        def transform(table)
          table.rotate_horizontal
        end

      end # Horizontal

   end # Orientation
  end # Table
end # TTY

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tty-0.0.9 lib/tty/table/orientation/horizontal.rb
tty-0.0.8 lib/tty/table/orientation/horizontal.rb
tty-0.0.7 lib/tty/table/orientation/horizontal.rb