ソースを参照

Improved commify()

pull/3/head
Adrian Short 14年前
コミット
15886f6859
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      app.rb

+ 1
- 1
app.rb ファイルの表示

@@ -6,7 +6,7 @@ require 'lib/models'

helpers do
def commify(amount)
amount.to_s.gsub(/(\d)(?=(\d{3})+$)/,'\1,')
amount.to_s.reverse.gsub(/(\d\d\d)(?=\d)(?!\d*\.)/,'\1,').reverse
end
end



読み込み中…
キャンセル
保存