Sha256: 1acd315a0f81dbe2d8f37e3606561dea8c01881c5f68542a269cd6acba4a4ee4

Contents?: true

Size: 61 Bytes

Versions: 8

Compression:

Stored size: 61 Bytes

Contents

class String

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

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
t-0.5.1 lib/t/core_ext/string.rb
t-0.5.0 lib/t/core_ext/string.rb
t-0.4.0 lib/t/core_ext/string.rb
t-0.3.1 lib/t/core_ext/string.rb
t-0.3.0 lib/t/core_ext/string.rb
t-0.2.1 lib/t/core_ext/string.rb
t-0.2.0 lib/t/core_ext/string.rb
t-0.1.0 lib/t/core_ext/string.rb