Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/natural_born_slugger/extensions/string.rb

Instance Method Summary collapse

Instance Method Details

#hashifyObject



7
8
9
# File 'lib/natural_born_slugger/extensions/string.rb', line 7

def hashify
  Digest::MD5.hexdigest(self).slice(0, NaturalBornSlugger.configuration.hashified_length)
end