61 62 63
# File 'lib/commercebank/monkey.rb', line 61 def commify reverse.gsub(/(\d\d\d)(?=\d)/, '\1,').reverse end