# File lib/t/core_ext/string.rb, line 11
def
strip_commas
self
.
tr
(
','
,
''
)
end