Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/core_ext.rb
Instance Method Summary collapse
Instance Method Details
#commify ⇒ Object
11 12 13 |
# File 'lib/core_ext.rb', line 11 def commify reverse.gsub(/(\d\d\d)(?=\d)(?!\d*\.)/, '\1,').reverse end |