# File lib/quiz1/t/solutions/Jamis Buck/lib/cipher.rb, line 5
  def initialize
    @deck = (1..52).to_a + [ "A", "B" ]
    @length = @deck.length
  end