Skip to content

Instantly share code, notes, and snippets.

@x1wins
Created September 18, 2023 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save x1wins/f7297f40ac4691466c4ae4ec324fb07e to your computer and use it in GitHub Desktop.
Save x1wins/f7297f40ac4691466c4ae4ec324fb07e to your computer and use it in GitHub Desktop.
ruby utils
# Rails: Is there a rails trick to adding commas to large numbers?
# https://stackoverflow.com/a/1078366/1399891
123456.to_fs(:delimited) # => "123,456"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment