Does Ruby have any Formatter classes or methods that can be used to format numbers for things like currency, etc., or are there any gems that do this, or do you have to writ
You can use Kernel#sprintf (or Kernel#format) and do it that way. API Link.
Kernel#sprintf
Kernel#format