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

Returns:



21
22
23
# File 'lib/fat_core/nil.rb', line 21

def commas(_places = nil)
  ''
end