Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/t/core_ext/string.rb

Instance Method Summary collapse

Instance Method Details

#strip_atsObject



3
4
5
# File 'lib/t/core_ext/string.rb', line 3

def strip_ats
  self.tr('@', '')
end

#strip_commasObject



7
8
9
# File 'lib/t/core_ext/string.rb', line 7

def strip_commas
  self.tr(',', '')
end