class String

Public Instance Methods

hashify() click to toggle source
# File lib/natural_born_slugger/extensions/string.rb, line 7
def hashify
  Digest::MD5.hexdigest(self).slice(0, NaturalBornSlugger.configuration.hashified_length)
end