# File lib/quiz1/t/solutions/Moses Hohman/deck.rb, line 63 def initialize(suit, value) @code = suit.value + value end