Class: String

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

Instance Method Summary collapse

Instance Method Details

#strip_atObject



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

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