# File lib/quiz1/t/solutions/Moses Hohman/deck.rb, line 124
                def Suit.by_value(val)
                        @@byValue[(val-1)/13*13]
                end