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