class Terminal::Table

def column_with_headings n, method = :value

def column_with_headings n, method = :value
  column n, method, headings_with_rows
end