Description
Formats Ruby data into readable ASCII tables for terminal output. It is useful for CLIs, reports, diagnostics, admin tools, and scripts that need aligned rows and columns.
Tables can leak private data when printed to logs. Keep column widths predictable, handle long translated text, and avoid displaying secrets in terminal reports.