Skip to content

Instantly share code, notes, and snippets.

@tanelsuurhans
Created February 10, 2012 22:22
Show Gist options
  • Save tanelsuurhans/1793554 to your computer and use it in GitHub Desktop.
Save tanelsuurhans/1793554 to your computer and use it in GitHub Desktop.
uby-1.9.3-p0 :004 > I18n.t("number.format")
=> {:separator=>",", :delimiter=>" ", :precision=>2, :significant=>false, :strip_insignificant_zeros=>false}
ruby-1.9.3-p0 :005 > I18n.t("number.format", :default => {})
=> {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment