6 7 8
# File 'lib/quiz1/t/solutions/Carlos/solitaire.rb', line 6 def to_letter ((self-1)%26 + ?A).chr end
2 3 4
# File 'lib/quiz1/t/solutions/Carlos/solitaire.rb', line 2 def value self end