class Numeric

Public Instance Methods

commify() click to toggle source
# File lib/ext/commify.rb, line 2
def commify
  to_s.commify
end