# File lib/quiz1/t/solutions/Florian Gross/solitaire.rb, line 61 def compact_inspect if face == :joker_a then "A" elsif face == :joker_b then "B" else value end end