# File lib/terminal-table/table.rb, line 82
    def column_with_headings n, method = :value
      column n, method, headings_with_rows
    end