Sha256: 718f0663eb2bd2d93ed535cbfe1febaa800b4b90f82bf28fe2dccf897b3dac06
Contents?: true
Size: 299 Bytes
Versions: 4
Compression:
Stored size: 299 Bytes
Contents
# -*- encoding: utf-8 -*- module TTY class Table # A class representing table orientation class Orientation class Vertical < Orientation def transform(table) table.rotate_vertical end end # Vertical end # Orientation end # Table end # TTY
Version data entries
4 entries across 4 versions & 1 rubygems