Method: FatCore::NilClass#commas
- Defined in:
- lib/fat_core/nil.rb
#commas(_places = nil) ⇒ String
Allow nils to respond to #commas like String and Numeric
21 22 23 |
# File 'lib/fat_core/nil.rb', line 21 def commas(_places = nil) '' end |