# File lib/quiz1/t/solutions/Moses Hohman/cipher.rb, line 47
                def Keystream.card_to_letter(card)
                        return "" if card.is_joker?
                        (card.value.offset_mod(ALPHABET_SIZE)+ASCII_OFFSET).chr
                end