Class: Integer
- Inherits:
-
Object
- Object
- Integer
- Defined in:
- lib/hiro_format/formatting.rb
Instance Method Summary collapse
Instance Method Details
#commify ⇒ Object
283 284 285 |
# File 'lib/hiro_format/formatting.rb', line 283 def commify self.to_s.commify end |
#formatting(option = nil) ⇒ Object
279 280 281 |
# File 'lib/hiro_format/formatting.rb', line 279 def formatting(option=nil) Formatting.new(self, option) end |