Skip to content

Instantly share code, notes, and snippets.

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 kkosuge/1063218 to your computer and use it in GitHub Desktop.
Save kkosuge/1063218 to your computer and use it in GitHub Desktop.
number_to_yen.rb
number_to_currency(3980000, :unit => "円", :format => "%n%u", :precision => 0)
#=> 3,980,000円
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment