class HumanHash::HumanHasher

Defined in:

humanhash.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(words : Int32 = Default_words, separator : String = Default_separator, word_list : Array(String) = Default_word_list) #

[View source]

Instance Method Detail

def humanize(hexdigest) #

[View source]
def separator : String #

[View source]
def uuid #

[View source]
def word_list : Array(String) #

[View source]
def words : Int32 #

[View source]