enum Hand::Status

Defined in:

hand.cr

Enum Members

Unknown = 0
Won = 1
Lost = 2
Push = 3

Instance Method Summary

Instance Method Detail

def lost? #

[View source]
def push? #

[View source]
def unknown? #

[View source]
def won? #

[View source]