Description
Adds string-formatting helpers for Ruby code. It is useful for command-line output, reports, generated text, and places where values need consistent alignment or presentation.
Formatting utilities can hide invalid data if they only change appearance. Validate values before formatting and keep locale or encoding expectations explicit.