Class: Numeric

Inherits:
Object show all
Defined in:
lib/mharris_ext/enumerable.rb

Instance Method Summary collapse

Instance Method Details

#commifyObject



100
101
102
# File 'lib/mharris_ext/enumerable.rb', line 100

def commify
  to_s.commify
end