Libraries
»
t
(3.0.0)
»
Index
»
String
»
#strip_ats
Method: String#strip_ats
Defined in:
lib/t/core_ext/string.rb
#
strip_ats
⇒
Object
6 7 8
# File 'lib/t/core_ext/string.rb', line 6
def
strip_ats
tr
(
'@'
,
''
)
end