Sha256: 627e0af85970182db895047247ced2eb6aa2eee3dc776efd3d739654ef448834

Contents?: true

Size: 90 Bytes

Versions: 10

Compression:

Stored size: 90 Bytes

Contents

class Symbol
  def chop
    to_s.chop.to_sym
  end

  def last
    slice(-1, 1)
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
hash_dot-2.4.2 lib/symbol.rb
hash_dot-2.4.1 lib/symbol.rb
hash_dot-2.4.0 lib/symbol.rb
hash_dot-2.3.0 lib/symbol.rb
hash_dot-2.2.0 lib/symbol.rb
hash_dot-2.1.0 lib/symbol.rb
hash_dot-2.0.3 lib/symbol.rb
hash_dot-2.0.2 lib/symbol.rb
hash_dot-2.0.1 lib/symbol.rb
hash_dot-2.0.0 lib/symbol.rb