class WordlistConverter

Defined in:

wordlist_converter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(filename) #

[View source]

Instance Method Detail

def next_words : Hash(String, Array(String)) #

[View source]
def next_words=(next_words : Hash(String, Array(String))) #

[View source]
def to_json #

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

[View source]
def words=(words : Array(String)) #

[View source]