Sha256: b6fdc808d9183fea62f9128fe2300503d02655068227360a6920b4be0a2c2161
Contents?: true
Size: 305 Bytes
Versions: 1
Compression:
Stored size: 305 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tty-0.0.10 | lib/tty/table/orientation/horizontal.rb |