Method: String#space_around_comma!

Defined in:
lib/name_tamer/string.rb

#space_around_comma!Object

Ensure commas have exactly one space after them



24
25
26
# File 'lib/name_tamer/string.rb', line 24

def space_around_comma!
  substitute!(/[[:space:]]*,[[:space:]]*/, ', ')
end