module Terminal class Table class Heading < Cell def initialize width, value = nil, alignment = :center super end end end end