# File lib/quiz1/t/solutions/Niklas Frykholm/solitaire.rb, line 40
  def number_value(x)
    return 53 if x == :A or x == :B
    return x
  end