class Dawg::Word

Defined in:

dawg/word.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(char : Char, final : Bool = false) #

[View source]
def self.new(word : String = "", final : Bool = false) #

[View source]

Instance Method Detail

def +(other : Tuple(String, Bool)) #

[View source]
def +(other : Word) #

[View source]
def +(other : String) #

[View source]
def final : Bool #

[View source]
def final=(final : Bool) #

[View source]
def inspect(io) #

[View source]
def word : String #

[View source]
def word=(word : String) #

[View source]