# File lib/t/core_ext/string.rb, line 7
def
strip_ats
self
.
tr
(
'@'
,
''
)
end