# File lib/quiz1/t/solutions/Jim Menard/solitaire_cypher.rb, line 30 def to_s # return @value.to_s if @value != JOKER_VALUE # return @suit.to_s "#{@rank}#{@suit} #{@value.to_s}" end