Sha256: 915154270f620ea12e8209ad4fde704b876b1d22faa69f6413966805a43786b2

Contents?: true

Size: 109 Bytes

Versions: 5

Compression:

Stored size: 109 Bytes

Contents

class String

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

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

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
t-0.6.4 lib/t/core_ext/string.rb
t-0.6.3 lib/t/core_ext/string.rb
t-0.6.2 lib/t/core_ext/string.rb
t-0.6.1 lib/t/core_ext/string.rb
t-0.6.0 lib/t/core_ext/string.rb