module Terminal class Table class Heading < Cell DEFAULT_ALIGNMENT = :center end end end